steeffeen/FancyManiaLinks

View on GitHub

Showing 2,233 of 2,233 total issues

Class constants must be uppercase; expected FORMAT_PASSWORD but found FORMAT_Password
Open

    const FORMAT_Password    = "Password";
Severity: Minor
Found in FML/Controls/TextEdit.php by phpcodesniffer

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

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

Class constants must be uppercase; expected SUBSTYLE_QUIT but found SUBSTYLE_Quit
Open

    const SUBSTYLE_Quit                 = 'Quit';

Class constants must be uppercase; expected SUBSTYLE_SPOTMODELCLEARUNUSED but found SUBSTYLE_SpotModelClearUnused
Open

    const SUBSTYLE_SpotModelClearUnused = 'SpotModelClearUnused';

Class constants must be uppercase; expected SUBSTYLE_SPOTMODELDUPLICATE but found SUBSTYLE_SpotModelDuplicate
Open

    const SUBSTYLE_SpotModelDuplicate   = 'SpotModelDuplicate';

Class constants must be uppercase; expected SUBSTYLE_PLAYERICONBG but found SUBSTYLE_PlayerIconBg
Open

    CONST SUBSTYLE_PlayerIconBg       = 'PlayerIconBg';

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

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

Class constants must be uppercase; expected SUBSTYLE_SHOWUP but found SUBSTYLE_ShowUp
Open

    const SUBSTYLE_ShowUp                = 'ShowUp';

Class constants must be uppercase; expected SUBSTYLE_TITLEBG but found SUBSTYLE_TitleBg
Open

    const SUBSTYLE_TitleBg      = 'TitleBg';

Class constants must be uppercase; expected SUBSTYLE_BGFLOAT but found SUBSTYLE_BgFloat
Open

    const SUBSTYLE_BgFloat        = 'BgFloat';

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

}

Class constants must be uppercase; expected SUBSTYLE_NEWRANDOMBULLET but found SUBSTYLE_NewRandomBullet
Open

    const SUBSTYLE_NewRandomBullet   = 'NewRandomBullet';

Class constants must be uppercase; expected SUBSTYLE_SPHEREEMPTY but found SUBSTYLE_SphereEmpty
Open

    const SUBSTYLE_SphereEmpty       = 'SphereEmpty';

Class constants must be uppercase; expected SUBSTYLE_BGMAIN but found SUBSTYLE_BgMain
Open

    const SUBSTYLE_BgMain               = 'BgMain';

Class constants must be uppercase; expected SUBSTYLE_MACROBLOCKEDITOR but found SUBSTYLE_MacroBlockEditor
Open

    const SUBSTYLE_MacroBlockEditor     = 'MacroBlockEditor';

Class constants must be uppercase; expected SUBSTYLE_VALIDATE_STEP3 but found SUBSTYLE_Validate_Step3
Open

    const SUBSTYLE_Validate_Step3       = 'Validate_Step3';

PHP keywords must be lowercase; expected "const" but found "CONST"
Open

    CONST SUBSTYLE_BotLeftGlass       = 'BotLeftGlass';

PHP keywords must be lowercase; expected "const" but found "CONST"
Open

    CONST SUBSTYLE_HandleRight        = 'HandleRight';

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

}
Severity
Category
Status
Source
Language