steeffeen/FancyManiaLinks

View on GitHub

Showing 2,233 of 2,233 total issues

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

}

Class constants must be uppercase; expected NOTICE but found Notice
Open

    const Notice           = "Notice";

Class constants must be uppercase; expected PLAYERELIMINATED but found PlayerEliminated
Open

    const PlayerEliminated = "PlayerEliminated";

Class constants must be uppercase; expected STARTROUND but found StartRound
Open

    const StartRound       = "StartRound";

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

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

Class constants must be uppercase; expected STYLE_BASEBOXCASE but found STYLE_BaseBoxCase
Open

    const STYLE_BaseBoxCase = "BaseBoxCase";
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

}

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

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

Class constants must be uppercase; expected STYLE_CARDBUTTONSMALLXS but found STYLE_CardButtonSmallXS
Open

    const STYLE_CardButtonSmallXS    = 'CardButtonSmallXS';

Class constants must be uppercase; expected STYLE_AVATARBUTTONNORMAL but found STYLE_AvatarButtonNormal
Open

    const STYLE_AvatarButtonNormal         = 'AvatarButtonNormal';

Class constants must be uppercase; expected STYLE_PROGRESSBAR but found STYLE_ProgressBar
Open

    const STYLE_ProgressBar                = 'ProgressBar';

Class constants must be uppercase; expected STYLE_STYLETEXTSCRIPTEDITOR but found STYLE_StyleTextScriptEditor
Open

    const STYLE_StyleTextScriptEditor      = 'StyleTextScriptEditor';

Class constants must be uppercase; expected STYLE_TEXTCHALLENGENAMEMEDALNONE but found STYLE_TextChallengeNameMedalNone
Open

    const STYLE_TextChallengeNameMedalNone = 'TextChallengeNameMedalNone';

Class constants must be uppercase; expected STYLE_TEXTINFOSMALL but found STYLE_TextInfoSmall
Open

    const STYLE_TextInfoSmall              = 'TextInfoSmall';

Class constants must be uppercase; expected SUBSTYLE_ISLOCALPLAYER but found SUBSTYLE_IsLocalPlayer
Open

    const SUBSTYLE_IsLocalPlayer        = 'IsLocalPlayer';

Class constants must be uppercase; expected SUBSTYLE_BGWINDOW3 but found SUBSTYLE_BgWindow3
Open

    const SUBSTYLE_BgWindow3           = 'BgWindow3';

Class constants must be uppercase; expected SUBSTYLE_ENERGYTEAM2 but found SUBSTYLE_EnergyTeam2
Open

    const SUBSTYLE_EnergyTeam2         = 'EnergyTeam2';

Class constants must be uppercase; expected SUBSTYLE_PROGRESSBAR but found SUBSTYLE_ProgressBar
Open

    const SUBSTYLE_ProgressBar         = 'ProgressBar';

Class constants must be uppercase; expected SUBSTYLE_ARROWLEFT but found SUBSTYLE_ArrowLeft
Open

    const SUBSTYLE_ArrowLeft           = 'ArrowLeft';

Class constants must be uppercase; expected SUBSTYLE_BGCARDZONE but found SUBSTYLE_BgCardZone
Open

    const SUBSTYLE_BgCardZone          = 'BgCardZone';
Severity
Category
Status
Source
Language