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/Identifiable.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/Imageable.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/TextFormatable.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/ManiaCode/AddBuddy.php by phpcodesniffer

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

}

The abstract declaration must precede the visibility declaration
Open

    public abstract function prepare(Script $script);

Class constants must be uppercase; expected VICTORYPOINT but found VictoryPoint
Open

    const VictoryPoint     = "VictoryPoint";

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/Audio.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_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_CARDMAIN_TOOL_NOBG2 but found STYLE_CardMain_Tool_NoBg2
Open

    const STYLE_CardMain_Tool_NoBg2  = 'CardMain_Tool_NoBg2';

Class constants must be uppercase; expected STYLE_FRAMETRANSITIONSFROMRIGHT but found STYLE_FrameTransitionsFromRight
Open

    const STYLE_FrameTransitionsFromRight  = 'FrameTransitionsFromRight';

Class constants must be uppercase; expected STYLE_MANIALINK_BODY but found STYLE_Manialink_Body
Open

    const STYLE_Manialink_Body             = 'Manialink_Body';

Class constants must be uppercase; expected STYLE_TEXTBUTTONNAV but found STYLE_TextButtonNav
Open

    const STYLE_TextButtonNav              = 'TextButtonNav';

Class constants must be uppercase; expected STYLE_TEXTCARDRACERANK but found STYLE_TextCardRaceRank
Open

    const STYLE_TextCardRaceRank           = 'TextCardRaceRank';

Class constants must be uppercase; expected STYLE_TEXTRACECHRONOWARNING but found STYLE_TextRaceChronoWarning
Open

    const STYLE_TextRaceChronoWarning      = 'TextRaceChronoWarning';

Class constants must be uppercase; expected STYLE_TEXTSUBTITLE2 but found STYLE_TextSubTitle2
Open

    const STYLE_TextSubTitle2              = 'TextSubTitle2';

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

    const SUBSTYLE_HandleBlue           = 'HandleBlue';
Severity
Category
Status
Source
Language