steeffeen/FancyManiaLinks

View on GitHub

Showing 2,233 of 2,233 total issues

Class constants must be uppercase; expected SUBSTYLE_CUSTOMSTARS but found SUBSTYLE_CustomStars
Open

    const SUBSTYLE_CustomStars      = 'CustomStars';

Class constants must be uppercase; expected SUBSTYLE_EASY but found SUBSTYLE_Easy
Open

    const SUBSTYLE_Easy             = 'Easy';

Class constants must be uppercase; expected SUBSTYLE_MANIALINK but found SUBSTYLE_Manialink
Open

    const SUBSTYLE_Manialink        = 'Manialink';

Class constants must be uppercase; expected SUBSTYLE_CLOSE but found SUBSTYLE_Close
Open

    const SUBSTYLE_Close           = 'Close';

Class constants must be uppercase; expected SUBSTYLE_ARROWNEXT but found SUBSTYLE_ArrowNext
Open

    const SUBSTYLE_ArrowNext             = 'ArrowNext';

Class constants must be uppercase; expected SUBSTYLE_CLIPREWIND but found SUBSTYLE_ClipRewind
Open

    const SUBSTYLE_ClipRewind            = 'ClipRewind';

Class constants must be uppercase; expected SUBSTYLE_MEDIAPLAY but found SUBSTYLE_MediaPlay
Open

    const SUBSTYLE_MediaPlay             = 'MediaPlay';

Class constants must be uppercase; expected MOUSEOUT but found MouseOut
Open

    const MouseOut    = "FML_MouseOut";
Severity: Minor
Found in FML/Script/ScriptLabel.php by phpcodesniffer

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

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

Class constants must be uppercase; expected CUSTOM1 but found Custom1
Open

    const Custom1          = "Custom1";

Class constants must be uppercase; expected FIRSTHIT but found FirstHit
Open

    const FirstHit         = "FirstHit";

Class constants must be uppercase; expected RECORD but found Record
Open

    const Record           = "Record";

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

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

Class constants must be uppercase; expected STYLE_TITLE but found STYLE_Title
Open

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

Class constants must be uppercase; expected STYLE_FRAMETRANSITIONFROMLEFT but found STYLE_FrameTransitionFromLeft
Open

    const STYLE_FrameTransitionFromLeft    = 'FrameTransitionFromLeft';

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

}

Class constants must be uppercase; expected STYLE_LISTITEMMEDAL but found STYLE_ListItemMedal
Open

    const STYLE_ListItemMedal              = 'ListItemMedal';

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

}

Class constants must be uppercase; expected STYLE_TEXTBUTTONSMALL but found STYLE_TextButtonSmall
Open

    const STYLE_TextButtonSmall            = 'TextButtonSmall';

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

}
Severity
Category
Status
Source
Language