steeffeen/FancyManiaLinks

View on GitHub

Showing 2,233 of 2,233 total issues

Class constants must be uppercase; expected SUBSTYLE_SHAREBLINK but found SUBSTYLE_ShareBlink
Open

    const SUBSTYLE_ShareBlink       = 'ShareBlink';

Class constants must be uppercase; expected SUBSTYLE_INVITE but found SUBSTYLE_Invite
Open

    const SUBSTYLE_Invite           = 'Invite';

Class constants must be uppercase; expected SUBSTYLE_QUIT but found SUBSTYLE_Quit
Open

    const SUBSTYLE_Quit             = 'Quit';

Class constants must be uppercase; expected SUBSTYLE_SHAREBLINK but found SUBSTYLE_ShareBlink
Open

    const SUBSTYLE_ShareBlink       = 'ShareBlink';

Class constants must be uppercase; expected SUBSTYLE_UNITED but found SUBSTYLE_United
Open

    const SUBSTYLE_United           = 'United';

Class constants must be uppercase; expected SUBSTYLE_PAINTERMIRROR but found SUBSTYLE_PainterMirror
Open

    const SUBSTYLE_PainterMirror   = 'PainterMirror';

Class constants must be uppercase; expected SUBSTYLE_WINDOWED but found SUBSTYLE_Windowed
Open

    const SUBSTYLE_Windowed        = 'Windowed';

Class constants must be uppercase; expected SUBSTYLE_FINISHGREY but found SUBSTYLE_FinishGrey
Open

    const SUBSTYLE_FinishGrey            = 'FinishGrey';

Class constants must be uppercase; expected MATHLIB but found MathLib
Open

    const MathLib = "MathLib";
Severity: Minor
Found in FML/Script/ScriptInclude.php by phpcodesniffer

Class constants must be uppercase; expected ENTRYSUBMIT but found EntrySubmit
Open

    const EntrySubmit = "FML_EntrySubmit";
Severity: Minor
Found in FML/Script/ScriptLabel.php by phpcodesniffer

Class constants must be uppercase; expected MOUSECLICK2 but found MouseClick2
Open

    const MouseClick2 = "FML_MouseClick2";
Severity: Minor
Found in FML/Script/ScriptLabel.php by phpcodesniffer

The closing brace for the class must go on the next line after the body
Open

}

The closing brace for the class must go on the next line after the body
Open

}
Severity: Minor
Found in FML/ManiaLink.php by phpcodesniffer

Class constants must be uppercase; expected BONUS but found Bonus
Open

    const Bonus            = "Bonus";

Class constants must be uppercase; expected FORMAT_DEFAULT but found FORMAT_Default
Open

    const FORMAT_Default     = "Default";
Severity: Minor
Found in FML/Controls/Entry.php by phpcodesniffer

Class constants must be uppercase; expected STYLE_TITLELOGO but found STYLE_TitleLogo
Open

    const STYLE_TitleLogo   = "TitleLogo";
Severity: Minor
Found in FML/Controls/Frame3d.php by phpcodesniffer

Class constants must be uppercase; expected STYLE_STATION3X3 but found STYLE_Station3x3
Open

    const STYLE_Station3x3  = "Station3x3";
Severity: Minor
Found in FML/Controls/Frame3d.php by phpcodesniffer

The closing brace for the class must go on the next line after the body
Open

}
Severity: Minor
Found in FML/Controls/Gauge.php by phpcodesniffer

Class constants must be uppercase; expected STYLE_TEXTACTIONMAKER but found STYLE_TextActionMaker
Open

    const STYLE_TextActionMaker            = 'TextActionMaker';

Class constants must be uppercase; expected STYLE_TEXTCARDSCORES2 but found STYLE_TextCardScores2
Open

    const STYLE_TextCardScores2            = 'TextCardScores2';
Severity
Category
Status
Source
Language