steeffeen/FancyManiaLinks

View on GitHub

Showing 2,233 of 2,233 total issues

Class constants must be uppercase; expected SUBSTYLE_REPLAY but found SUBSTYLE_Replay
Open

    const SUBSTYLE_Replay           = 'Replay';

Class constants must be uppercase; expected SUBSTYLE_STATISTICS but found SUBSTYLE_Statistics
Open

    const SUBSTYLE_Statistics       = 'Statistics';

Class constants must be uppercase; expected SUBSTYLE_ADVANCED but found SUBSTYLE_Advanced
Open

    const SUBSTYLE_Advanced         = 'Advanced';

Class constants must be uppercase; expected SUBSTYLE_BACKFOCUSABLE but found SUBSTYLE_BackFocusable
Open

    const SUBSTYLE_BackFocusable    = 'BackFocusable';

Class constants must be uppercase; expected SUBSTYLE_EDITOR but found SUBSTYLE_Editor
Open

    const SUBSTYLE_Editor           = 'Editor';

Class constants must be uppercase; expected SUBSTYLE_GHOSTEDITOR but found SUBSTYLE_GhostEditor
Open

    const SUBSTYLE_GhostEditor      = 'GhostEditor';

Class constants must be uppercase; expected SUBSTYLE_LAUNCH but found SUBSTYLE_Launch
Open

    const SUBSTYLE_Launch           = 'Launch';

Class constants must be uppercase; expected SUBSTYLE_OPTIONS but found SUBSTYLE_Options
Open

    const SUBSTYLE_Options          = 'Options';

Class constants must be uppercase; expected SUBSTYLE_SERVERSFAVORITES but found SUBSTYLE_ServersFavorites
Open

    const SUBSTYLE_ServersFavorites = 'ServersFavorites';

Class constants must be uppercase; expected SUBSTYLE_ARROWFIRST but found SUBSTYLE_ArrowFirst
Open

    const SUBSTYLE_ArrowFirst            = 'ArrowFirst';

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

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

Class constants must be uppercase; expected MODEL_TITLE but found MODEL_Title
Open

    const MODEL_Title   = "Title";
Severity: Minor
Found in FML/Stylesheet/Style3d.php by phpcodesniffer

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

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

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

}

Class constants must be uppercase; expected FINISH but found Finish
Open

    const Finish           = "Finish";

Class constants must be uppercase; expected SCOREPROGRESS but found ScoreProgress
Open

    const ScoreProgress    = "ScoreProgress";

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

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

Class constants must be uppercase; expected STYLE_CARDBUTTONMEDIUMXS but found STYLE_CardButtonMediumXS
Open

    const STYLE_CardButtonMediumXS   = 'CardButtonMediumXS';

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

}

Class constants must be uppercase; expected STYLE_TEXTRANKINGSBIG but found STYLE_TextRankingsBig
Open

    const STYLE_TextRankingsBig            = 'TextRankingsBig';
Severity
Category
Status
Source
Language