steeffeen/FancyManiaLinks

View on GitHub

Showing 2,233 of 2,233 total issues

Class constants must be uppercase; expected SUBSTYLE_MUSIC but found SUBSTYLE_Music
Open

    const SUBSTYLE_Music           = 'Music';

Class constants must be uppercase; expected SUBSTYLE_PAINTERBRUSH but found SUBSTYLE_PainterBrush
Open

    const SUBSTYLE_PainterBrush    = 'PainterBrush';

Class constants must be uppercase; expected SUBSTYLE_BUDDY but found SUBSTYLE_Buddy
Open

    const SUBSTYLE_Buddy                 = 'Buddy';

Class constants must be uppercase; expected TICK but found Tick
Open

    const Tick        = "FML_Tick";
Severity: Minor
Found in FML/Script/ScriptLabel.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/NewLineable.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

}

Class constants must be uppercase; expected CHECKPOINT but found Checkpoint
Open

    const Checkpoint       = "Checkpoint";

Class constants must be uppercase; expected TIEBREAKPOINT but found TieBreakPoint
Open

    const TieBreakPoint    = "TieBreakPoint";

Class constants must be uppercase; expected TIMEOUT but found TimeOut
Open

    const TimeOut          = "TimeOut";

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

}

Class constants must be uppercase; expected STYLE_BUTTONBACK but found STYLE_ButtonBack
Open

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

Class constants must be uppercase; expected STYLE_TITLEEDITOR but found STYLE_TitleEditor
Open

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

Class constants must be uppercase; expected STYLE_WINDOW but found STYLE_Window
Open

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

Class constants must be uppercase; expected STYLE_BGCARD but found STYLE_BgCard
Open

    const STYLE_BgCard           = "BgCard";
Severity: Minor
Found in FML/Controls/Gauge.php by phpcodesniffer

Class constants must be uppercase; expected STYLE_CARDBUTTONMEDIUML but found STYLE_CardButtonMediumL
Open

    const STYLE_CardButtonMediumL    = 'CardButtonMediumL';

Class constants must be uppercase; expected STYLE_TEXTCREDITSTITLE but found STYLE_TextCreditsTitle
Open

    const STYLE_TextCreditsTitle           = 'TextCreditsTitle';

Class constants must be uppercase; expected STYLE_TEXTRACEMESSAGE but found STYLE_TextRaceMessage
Open

    const STYLE_TextRaceMessage            = 'TextRaceMessage';

Class constants must be uppercase; expected STYLE_TEXTTITLE2BLINK but found STYLE_TextTitle2Blink
Open

    const STYLE_TextTitle2Blink            = 'TextTitle2Blink';

Class constants must be uppercase; expected STYLE_TEXTVALUEMEDIUM but found STYLE_TextValueMedium
Open

    const STYLE_TextValueMedium            = 'TextValueMedium';
Severity
Category
Status
Source
Language