steeffeen/FancyManiaLinks

View on GitHub

Showing 2,233 of 2,233 total issues

Class constants must be uppercase; expected SUBSTYLE_SERVERNOTICE but found SUBSTYLE_ServerNotice
Open

    const SUBSTYLE_ServerNotice       = 'ServerNotice';

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

    CONST SUBSTYLE_Top                = 'Top';

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

    CONST SUBSTYLE_PlayerSlotSmall    = 'PlayerSlotSmall';

Class constants must be uppercase; expected SUBSTYLE_POWERFOLDER but found SUBSTYLE_PowerFolder
Open

    const SUBSTYLE_PowerFolder       = 'PowerFolder';

Class constants must be uppercase; expected SUBSTYLE_MEDALS but found SUBSTYLE_Medals
Open

    const SUBSTYLE_Medals         = 'Medals';

Class constants must be uppercase; expected FORMAT_NEWPASSWORD but found FORMAT_NewPassword
Open

    const FORMAT_NewPassword = "NewPassword";
Severity: Minor
Found in FML/Controls/TextEdit.php by phpcodesniffer

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

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

Class constants must be uppercase; expected SUBSTYLE_PREVIEWMODE but found SUBSTYLE_PreviewMode
Open

    const SUBSTYLE_PreviewMode       = 'PreviewMode';

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

}

Class constants must be uppercase; expected SUBSTYLE_LEFT but found SUBSTYLE_Left
Open

    const SUBSTYLE_Left                 = 'Left';

Class constants must be uppercase; expected SUBSTYLE_MEDIATRACKER but found SUBSTYLE_MediaTracker
Open

    const SUBSTYLE_MediaTracker         = 'MediaTracker';

Class constants must be uppercase; expected SUBSTYLE_SAVEAS but found SUBSTYLE_SaveAs
Open

    const SUBSTYLE_SaveAs               = 'SaveAs';

Class constants must be uppercase; expected SUBSTYLE_SPOTMODELNEW but found SUBSTYLE_SpotModelNew
Open

    const SUBSTYLE_SpotModelNew         = 'SpotModelNew';

Class constants must be uppercase; expected SUBSTYLE_OBJECTEDITOR but found SUBSTYLE_ObjectEditor
Open

    const SUBSTYLE_ObjectEditor         = 'ObjectEditor';

Class constants must be uppercase; expected SUBSTYLE_BOTRIGHTGLASS but found SUBSTYLE_BotRightGlass
Open

    CONST SUBSTYLE_BotRightGlass      = 'BotRightGlass';

Class constants must be uppercase; expected SUBSTYLE_CENTERSHIELD but found SUBSTYLE_CenterShield
Open

    CONST SUBSTYLE_CenterShield       = 'CenterShield';

Class constants must be uppercase; expected SUBSTYLE_SQUARE but found SUBSTYLE_Square
Open

    const SUBSTYLE_Square               = 'Square';

Class constants must be uppercase; expected SUBSTYLE_TOP but found SUBSTYLE_Top
Open

    CONST SUBSTYLE_Top                = 'Top';

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

}

Class constants must be uppercase; expected SUBSTYLE_VALIDATE_STEP2 but found SUBSTYLE_Validate_Step2
Open

    const SUBSTYLE_Validate_Step2       = 'Validate_Step2';
Severity
Category
Status
Source
Language