steeffeen/FancyManiaLinks

View on GitHub

Showing 2,233 of 2,233 total issues

Class constants must be uppercase; expected MODEL_BOX but found MODEL_Box
Open

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

Class constants must be uppercase; expected MODEL_BUTTON but found MODEL_Button
Open

    const MODEL_Button  = "Button";
Severity: Minor
Found in FML/Stylesheet/Style3d.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/Container.php by phpcodesniffer

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

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

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

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

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_CARDBUTTONSMALLXXL but found STYLE_CardButtonSmallXXL
Open

    const STYLE_CardButtonSmallXXL   = 'CardButtonSmallXXL';

Class constants must be uppercase; expected STYLE_TEXTBUTTONBIG but found STYLE_TextButtonBig
Open

    const STYLE_TextButtonBig              = 'TextButtonBig';

Class constants must be uppercase; expected STYLE_TEXTRACECHAT but found STYLE_TextRaceChat
Open

    const STYLE_TextRaceChat               = 'TextRaceChat';

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

    const STYLE_TextRankingsBig            = 'TextRankingsBig';

Class constants must be uppercase; expected STYLE_TEXTSPSCOREMEDIUM but found STYLE_TextSPScoreMedium
Open

    const STYLE_TextSPScoreMedium          = 'TextSPScoreMedium';

Class constants must be uppercase; expected STYLE_TEXTVALUEMEDIUMSM but found STYLE_TextValueMediumSm
Open

    const STYLE_TextValueMediumSm          = 'TextValueMediumSm';

Class constants must be uppercase; expected SUBSTYLE_GO but found SUBSTYLE_Go
Open

    const SUBSTYLE_Go = 'Go!';

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

}

Class constants must be uppercase; expected SUBSTYLE_HANDLEBLUE but found SUBSTYLE_HandleBlue
Open

    const SUBSTYLE_HandleBlue           = 'HandleBlue';

Class constants must be uppercase; expected SUBSTYLE_PODIUM but found SUBSTYLE_Podium
Open

    const SUBSTYLE_Podium               = 'Podium';

Class constants must be uppercase; expected SUBSTYLE_ARROWDOWN but found SUBSTYLE_ArrowDown
Open

    const SUBSTYLE_ArrowDown           = 'ArrowDown';

Class constants must be uppercase; expected SUBSTYLE_BGLIST but found SUBSTYLE_BgList
Open

    const SUBSTYLE_BgList              = 'BgList';

Class constants must be uppercase; expected SUBSTYLE_BGPROGRESSBAR but found SUBSTYLE_BgProgressBar
Open

    const SUBSTYLE_BgProgressBar       = 'BgProgressBar';
Severity
Category
Status
Source
Language