steeffeen/FancyManiaLinks

View on GitHub

Showing 2,233 of 2,233 total issues

Constant SUBSTYLE_Inputs should be defined in uppercase
Open

    const SUBSTYLE_Inputs           = 'Inputs';

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

Constant SUBSTYLE_PlayerPage should be defined in uppercase
Open

    const SUBSTYLE_PlayerPage       = 'PlayerPage';

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

Constant SUBSTYLE_SkillPoints should be defined in uppercase
Open

    const SUBSTYLE_SkillPoints      = 'SkillPoints';

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

Constant SUBSTYLE_Upload should be defined in uppercase
Open

    const SUBSTYLE_Upload           = 'Upload';

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

Constant SUBSTYLE_Create should be defined in uppercase
Open

    const SUBSTYLE_Create           = 'Create';

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

Constant STYLE_BaseStation should be defined in uppercase
Open

    const STYLE_BaseStation = "BaseStation";
Severity: Minor
Found in FML/Controls/Frame3d.php by phpmd

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

Constant STYLE_Titlelogo should be defined in uppercase
Open

    const STYLE_Titlelogo   = "Titlelogo";
Severity: Minor
Found in FML/Controls/Frame3d.php by phpmd

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

Constant STYLE_TitleEditor should be defined in uppercase
Open

    const STYLE_TitleEditor = "TitleEditor";
Severity: Minor
Found in FML/Controls/Frame3d.php by phpmd

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

Constant STYLE_CardButtonMediumXL should be defined in uppercase
Open

    const STYLE_CardButtonMediumXL   = 'CardButtonMediumXL';
Severity: Minor
Found in FML/Controls/Labels/Label_Button.php by phpmd

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

Constant STYLE_AvatarButtonNormal should be defined in uppercase
Open

    const STYLE_AvatarButtonNormal         = 'AvatarButtonNormal';
Severity: Minor
Found in FML/Controls/Labels/Label_Text.php by phpmd

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

Constant STYLE_BgMainMenuTitleHeader should be defined in uppercase
Open

    const STYLE_BgMainMenuTitleHeader      = 'BgMainMenuTitleHeader';
Severity: Minor
Found in FML/Controls/Labels/Label_Text.php by phpmd

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

Constant STYLE_TextButtonBig should be defined in uppercase
Open

    const STYLE_TextButtonBig              = 'TextButtonBig';
Severity: Minor
Found in FML/Controls/Labels/Label_Text.php by phpmd

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

Constant STYLE_TextChallengeNameSmall should be defined in uppercase
Open

    const STYLE_TextChallengeNameSmall     = 'TextChallengeNameSmall';
Severity: Minor
Found in FML/Controls/Labels/Label_Text.php by phpmd

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

Constant STYLE_TextInfoMedium should be defined in uppercase
Open

    const STYLE_TextInfoMedium             = 'TextInfoMedium';
Severity: Minor
Found in FML/Controls/Labels/Label_Text.php by phpmd

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

Constant STYLE_TextSPScoreSmall should be defined in uppercase
Open

    const STYLE_TextSPScoreSmall           = 'TextSPScoreSmall';
Severity: Minor
Found in FML/Controls/Labels/Label_Text.php by phpmd

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

Constant STYLE_TextTitleError should be defined in uppercase
Open

    const STYLE_TextTitleError             = 'TextTitleError';
Severity: Minor
Found in FML/Controls/Labels/Label_Text.php by phpmd

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

Constant STYLE_TextToolTipAM should be defined in uppercase
Open

    const STYLE_TextToolTipAM              = 'TextToolTipAM';
Severity: Minor
Found in FML/Controls/Labels/Label_Text.php by phpmd

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

Constant SUBSTYLE_BgCardPlayer should be defined in uppercase
Open

    const SUBSTYLE_BgCardPlayer         = 'BgCardPlayer';

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

Constant SUBSTYLE_HandleRed should be defined in uppercase
Open

    const SUBSTYLE_HandleRed            = 'HandleRed';

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

Constant SUBSTYLE_Warmup should be defined in uppercase
Open

    const SUBSTYLE_Warmup               = 'Warmup';

ConstantNamingConventions

Since: 0.2

Class/Interface constant names should always be defined in uppercase.

Example

class Foo {
    const MY_NUM = 0; // ok
    const myTest = ""; // fail
}

Source https://phpmd.org/rules/naming.html#constantnamingconventions

Severity
Category
Status
Source
Language