steeffeen/FancyManiaLinks

View on GitHub

Showing 2,233 of 2,233 total issues

Class constants must be uppercase; expected SUBSTYLE_SUB but found SUBSTYLE_Sub
Open

    const SUBSTYLE_Sub                  = 'Sub';

Class constants must be uppercase; expected SUBSTYLE_TOOLS but found SUBSTYLE_Tools
Open

    const SUBSTYLE_Tools                = 'Tools';

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

}

Class constants must be uppercase; expected SUBSTYLE_AUTHOR but found SUBSTYLE_Author
Open

    const SUBSTYLE_Author     = 'Author';

Class constants must be uppercase; expected SUBSTYLE_SPHEREFULL but found SUBSTYLE_SphereFull
Open

    const SUBSTYLE_SphereFull        = 'SphereFull';

Class constants must be uppercase; expected SUBSTYLE_BGEDITORS but found SUBSTYLE_BgEditors
Open

    const SUBSTYLE_BgEditors            = 'BgEditors';

Class constants must be uppercase; expected SUBSTYLE_PICK but found SUBSTYLE_Pick
Open

    const SUBSTYLE_Pick                 = 'Pick';

Class constants must be uppercase; expected SUBSTYLE_AIRMAPPING but found SUBSTYLE_AirMapping
Open

    const SUBSTYLE_AirMapping  = 'AirMapping';

Class constants must be uppercase; expected SUBSTYLE_NEW but found SUBSTYLE_New
Open

    const SUBSTYLE_New         = 'New';

PHP keywords must be lowercase; expected "const" but found "CONST"
Open

    CONST SUBSTYLE_BotLeft            = 'BotLeft';

Class constants must be uppercase; expected SUBSTYLE_BOTRIGHT but found SUBSTYLE_BotRight
Open

    CONST SUBSTYLE_BotRight           = 'BotRight';

Class constants must be uppercase; expected SUBSTYLE_HANDLELEFT but found SUBSTYLE_HandleLeft
Open

    CONST SUBSTYLE_HandleLeft         = 'HandleLeft';

PHP keywords must be lowercase; expected "const" but found "CONST"
Open

    CONST SUBSTYLE_PlayerIconBg       = 'PlayerIconBg';

Class constants must be uppercase; expected SUBSTYLE_MEDIAAUDIODOWNLOADING but found SUBSTYLE_MediaAudioDownloading
Open

    const SUBSTYLE_MediaAudioDownloading = 'MediaAudioDownloading';

Class constants must be uppercase; expected SUBSTYLE_UIRANGE1BG but found SUBSTYLE_UIRange1Bg
Open

    CONST SUBSTYLE_UIRange1Bg         = 'UIRange1Bg';

Class constants must be uppercase; expected SUBSTYLE_SHOWUPCHANGING but found SUBSTYLE_ShowUpChanging
Open

    const SUBSTYLE_ShowUpChanging        = 'ShowUpChanging';

Class constants must be uppercase; expected SUBSTYLE_RESTARTRACE but found SUBSTYLE_RestartRace
Open

    const SUBSTYLE_RestartRace           = 'RestartRace';

Class constants must be uppercase; expected SUBSTYLE_TOOLTREE but found SUBSTYLE_ToolTree
Open

    const SUBSTYLE_ToolTree              = 'ToolTree';

Class constants must be uppercase; expected SUBSTYLE_ARROWHIT but found SUBSTYLE_ArrowHit
Open

    const SUBSTYLE_ArrowHit           = 'ArrowHit';

Class constants must be uppercase; expected SUBSTYLE_LASERELIMINATION but found SUBSTYLE_LaserElimination
Open

    const SUBSTYLE_LaserElimination   = 'LaserElimination';
Severity
Category
Status
Source
Language