efureev/u.php

View on GitHub

Showing 114 of 114 total issues

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

class uSecurity
Severity: Minor
Found in src/uSecurity.php by phpcodesniffer

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

class uArray
Severity: Minor
Found in src/uArray.php by phpcodesniffer

Opening parenthesis of a multi-line function call must be the last content on the line
Open

        $parseInfo['isBroken'] = (bool)preg_replace_callback(['/(?J:\[([\'"])(?<el>.*?)\1\]|(?<el>\]?[^\[]+)|\[(?<el>(?:[^\[\]]+|(?R))*)\])/'],
Severity: Minor
Found in src/uArray.php by phpcodesniffer

Closing parenthesis of a multi-line function call must be on a line by itself
Open

            }, $key);
Severity: Minor
Found in src/uArray.php by phpcodesniffer

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

class uFile
Severity: Minor
Found in src/uFile.php by phpcodesniffer

Opening parenthesis of a multi-line function call must be the last content on the line
Open

                    if (($parseInfo['isExists'] = array_key_exists((string)$m['el'],
Severity: Minor
Found in src/uArray.php by phpcodesniffer

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

class uList
Severity: Minor
Found in src/uList.php by phpcodesniffer

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

class uColor
Severity: Minor
Found in src/uColor.php by phpcodesniffer

Expected 1 newline at end of file; 0 found
Open

);
Severity: Minor
Found in index.php by phpcodesniffer

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

class uTime
Severity: Minor
Found in src/uTime.php by phpcodesniffer

Multi-line function call not indented correctly; expected 8 spaces but found 12
Open

            }, $key);
Severity: Minor
Found in src/uArray.php by phpcodesniffer

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

class uString
Severity: Minor
Found in src/uString.php by phpcodesniffer

Closing parenthesis of a multi-line function call must be on a line by itself
Open

                            $parseInfo['currEl']) && is_array($parseInfo['currEl']))
Severity: Minor
Found in src/uArray.php by phpcodesniffer

Multi-line function call not indented correctly; expected 20 spaces but found 28
Open

                            $parseInfo['currEl']) && is_array($parseInfo['currEl']))
Severity: Minor
Found in src/uArray.php by phpcodesniffer
Severity
Category
Status
Source
Language