steeffffeen/FancyManiaLinks

View on GitHub

Showing 2,233 of 2,233 total issues

Line exceeds 120 characters; contains 140 characters
Open

class Quad extends Control implements Actionable, BackgroundColorable, BgColorable, Imageable, Linkable, Scriptable, Styleable, SubStyleable
Severity: Minor
Found in FML/Controls/Quad.php by phpcodesniffer

Line exceeds 120 characters; contains 125 characters
Open

     * @param bool         $echo        (optional) If the XML text should be echoed and the Content-Type header should be set
Severity: Minor
Found in FML/ManiaLink.php by phpcodesniffer

Line exceeds 120 characters; contains 188 characters
Open

{$updatePageFunction}({$pagingId}, {$pageLabelId}, 0, {$minPageNumber}, {$maxPageNumber}, {$pagesArrayText}, {$previousChunkAction}, {$nextChunkAction}, {$chunkActionAppendsPageNumber});";

Line exceeds 120 characters; contains 126 characters
Open

class Label extends Control implements Actionable, Linkable, NewLineable, MultiLineable, Scriptable, Styleable, TextFormatable
Severity: Minor
Found in FML/Controls/Label.php by phpcodesniffer

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

        } else if ($this->keyCode !== null) {

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

            } else if ($object instanceof ScriptFeatureable) {

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

        } else if ($loginOrIp) {

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

        } else if ($loginOrIp) {
Severity: Minor
Found in FML/ManiaCode/JoinServer.php by phpcodesniffer

Class name "Go_To" is not in camel caps format
Open

class Go_To implements Element
Severity: Minor
Found in FML/ManiaCode/Go_To.php by phpcodesniffer

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

        } else if ($this->keyCode) {

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

        } else if ($this->onlyHide) {

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

            } else if (is_array($object)) {

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

        } else if (static::$defaultKeyCode && is_int(static::$defaultKeyCode)) {

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

        } else if ($keyNameOrCode && is_int($keyNameOrCode)) {

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

        } else if ($this->charPressed !== null) {

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

        } else if (static::$defaultKeyName && is_string(static::$defaultKeyName)) {

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

        } else if ($this->autoComplete) {
Severity: Minor
Found in FML/Controls/Entry.php by phpcodesniffer

Class name "Quad_BgRaceScore2" is not in camel caps format
Open

class Quad_BgRaceScore2 extends Quad

Class name "Quad_BgsChallengeMedals" is not in camel caps format
Open

class Quad_BgsChallengeMedals extends Quad

Usage of ELSE IF is discouraged; use ELSEIF instead
Open

        } else if ($style) {
Severity
Category
Status
Source
Language