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

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

Class constants must be uppercase; expected TEXTLIB but found TextLib
Open

    const TextLib = "TextLib";
Severity: Minor
Found in FML/Script/ScriptInclude.php by phpcodesniffer

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

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

}
Severity: Minor
Found in FML/Types/Scriptable.php by phpcodesniffer

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

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

Class constants must be uppercase; expected SILENCE but found Silence
Open

    const Silence          = "Silence";

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

}

Class constants must be uppercase; expected STYLE_PROGRESSBARSMALL but found STYLE_ProgressBarSmall
Open

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

Class constants must be uppercase; expected STYLE_TEXTSPSCOREBIG but found STYLE_TextSPScoreBig
Open

    const STYLE_TextSPScoreBig             = 'TextSPScoreBig';

Class constants must be uppercase; expected STYLE_TEXTSPSCORESMALL but found STYLE_TextSPScoreSmall
Open

    const STYLE_TextSPScoreSmall           = 'TextSPScoreSmall';

Class constants must be uppercase; expected STYLE_TEXTSTATICSMALL but found STYLE_TextStaticSmall
Open

    const STYLE_TextStaticSmall            = 'TextStaticSmall';

Class constants must be uppercase; expected STYLE_TEXTSUBTITLE1 but found STYLE_TextSubTitle1
Open

    const STYLE_TextSubTitle1              = 'TextSubTitle1';

Class constants must be uppercase; expected STYLE_TEXTTITLE3HEADER but found STYLE_TextTitle3Header
Open

    const STYLE_TextTitle3Header           = 'TextTitle3Header';

Class constants must be uppercase; expected SUBSTYLE_BGCARDSERVER but found SUBSTYLE_BgCardServer
Open

    const SUBSTYLE_BgCardServer         = 'BgCardServer';

Class constants must be uppercase; expected SUBSTYLE_SANDTIMER but found SUBSTYLE_SandTimer
Open

    const SUBSTYLE_SandTimer            = 'SandTimer';

Class constants must be uppercase; expected SUBSTYLE_BGCARD1 but found SUBSTYLE_BgCard1
Open

    const SUBSTYLE_BgCard1             = 'BgCard1';

Class constants must be uppercase; expected SUBSTYLE_BGICONBORDER but found SUBSTYLE_BgIconBorder
Open

    const SUBSTYLE_BgIconBorder        = 'BgIconBorder';

Class constants must be uppercase; expected SUBSTYLE_BGGLOW2 but found SUBSTYLE_BgGlow2
Open

    const SUBSTYLE_BgGlow2             = 'BgGlow2';

Class constants must be uppercase; expected SUBSTYLE_BGGRADRIGHT but found SUBSTYLE_BgGradRight
Open

    const SUBSTYLE_BgGradRight         = 'BgGradRight';

Class constants must be uppercase; expected SUBSTYLE_BGGRADV but found SUBSTYLE_BgGradV
Open

    const SUBSTYLE_BgGradV             = 'BgGradV';
Severity
Category
Status
Source
Language