steeffeen/FancyManiaLinks

View on GitHub

Showing 2,233 of 2,233 total issues

Constant VAR_ScriptStart should be defined in uppercase
Open

    const VAR_ScriptStart = "FML_ScriptStart";
Severity: Minor
Found in FML/Script/Script.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 VAR_LoopCounter should be defined in uppercase
Open

    const VAR_LoopCounter = "FML_LoopCounter";
Severity: Minor
Found in FML/Script/Script.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 FirstHit should be defined in uppercase
Open

    const FirstHit         = "FirstHit";
Severity: Minor
Found in FML/Script/Features/UISound.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 EndRound should be defined in uppercase
Open

    const EndRound         = "EndRound";
Severity: Minor
Found in FML/Script/Features/UISound.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 PlayersRemaining should be defined in uppercase
Open

    const PlayersRemaining = "PlayersRemaining";
Severity: Minor
Found in FML/Script/Features/UISound.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 Custom2 should be defined in uppercase
Open

    const Custom2          = "Custom2";
Severity: Minor
Found in FML/Script/Features/UISound.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 PlayerHit should be defined in uppercase
Open

    const PlayerHit        = "PlayerHit";
Severity: Minor
Found in FML/Script/Features/UISound.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 TieBreakPoint should be defined in uppercase
Open

    const TieBreakPoint    = "TieBreakPoint";
Severity: Minor
Found in FML/Script/Features/UISound.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 Record should be defined in uppercase
Open

    const Record           = "Record";
Severity: Minor
Found in FML/Script/Features/UISound.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 Combo should be defined in uppercase
Open

    const Combo            = "Combo";
Severity: Minor
Found in FML/Script/Features/UISound.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 Custom1 should be defined in uppercase
Open

    const Custom1          = "Custom1";
Severity: Minor
Found in FML/Script/Features/UISound.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 Bonus should be defined in uppercase
Open

    const Bonus            = "Bonus";
Severity: Minor
Found in FML/Script/Features/UISound.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 Custom3 should be defined in uppercase
Open

    const Custom3          = "Custom3";
Severity: Minor
Found in FML/Script/Features/UISound.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 ScoreProgress should be defined in uppercase
Open

    const ScoreProgress    = "ScoreProgress";
Severity: Minor
Found in FML/Script/Features/UISound.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 TimeOut should be defined in uppercase
Open

    const TimeOut          = "TimeOut";
Severity: Minor
Found in FML/Script/Features/UISound.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 PlayerEliminated should be defined in uppercase
Open

    const PlayerEliminated = "PlayerEliminated";
Severity: Minor
Found in FML/Script/Features/UISound.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 Capture should be defined in uppercase
Open

    const Capture          = "Capture";
Severity: Minor
Found in FML/Script/Features/UISound.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 RankChange should be defined in uppercase
Open

    const RankChange       = "RankChange";
Severity: Minor
Found in FML/Script/Features/UISound.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 VictoryPoint should be defined in uppercase
Open

    const VictoryPoint     = "VictoryPoint";
Severity: Minor
Found in FML/Script/Features/UISound.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 Default_ should be defined in uppercase
Open

    const Default_         = "Default";
Severity: Minor
Found in FML/Script/Features/UISound.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

Severity
Category
Status
Source
Language