steeffeen/FancyManiaLinks

View on GitHub

Showing 2,233 of 2,233 total issues

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

}
Severity: Minor
Found in FML/Types/Playable.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/Audio.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_STYLEVALUEYELLOWSMALL but found STYLE_StyleValueYellowSmall
Open

    const STYLE_StyleValueYellowSmall      = 'StyleValueYellowSmall';

Class constants must be uppercase; expected STYLE_TEXTBUTTONNAVBACK but found STYLE_TextButtonNavBack
Open

    const STYLE_TextButtonNavBack          = 'TextButtonNavBack';

Class constants must be uppercase; expected STYLE_TEXTCARDINFOSMALL but found STYLE_TextCardInfoSmall
Open

    const STYLE_TextCardInfoSmall          = 'TextCardInfoSmall';

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

}
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

}

Class constants must be uppercase; expected STYLE_BUTTONH but found STYLE_ButtonH
Open

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

Class constants must be uppercase; expected STYLE_CARDBUTTONMEDIUMS but found STYLE_CardButtonMediumS
Open

    const STYLE_CardButtonMediumS    = 'CardButtonMediumS';

Class constants must be uppercase; expected STYLE_CARDBUTTONMEDIUMXL but found STYLE_CardButtonMediumXL
Open

    const STYLE_CardButtonMediumXL   = 'CardButtonMediumXL';

Class constants must be uppercase; expected STYLE_CARDMAIN_TOOL but found STYLE_CardMain_Tool
Open

    const STYLE_CardMain_Tool        = 'CardMain_Tool';

Class constants must be uppercase; expected STYLE_SLIDERVOLUME but found STYLE_SliderVolume
Open

    const STYLE_SliderVolume               = 'SliderVolume';

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

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

Class constants must be uppercase; expected STYLE_BASESTATION but found STYLE_BaseStation
Open

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

Class constants must be uppercase; expected STYLE_ENERGYBAR but found STYLE_EnergyBar
Open

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

Class constants must be uppercase; expected STYLE_CARDBUTTONMEDIUMXXXL but found STYLE_CardButtonMediumXXXL
Open

    const STYLE_CardButtonMediumXXXL = 'CardButtonMediumXXXL';

Class constants must be uppercase; expected STYLE_CARDBUTTONSMALLS but found STYLE_CardButtonSmallS
Open

    const STYLE_CardButtonSmallS     = 'CardButtonSmallS';

Class constants must be uppercase; expected STYLE_CARDMAIN_QUIT but found STYLE_CardMain_Quit
Open

    const STYLE_CardMain_Quit        = 'CardMain_Quit';

Class constants must be uppercase; expected ENTRYSUBMIT but found EntrySubmit
Open

    const EntrySubmit = "FML_EntrySubmit";
Severity: Minor
Found in FML/Script/ScriptLabel.php by phpcodesniffer
Severity
Category
Status
Source
Language