Showing 114 of 114 total issues
Class name "uSecurity" is not in camel caps format Open
Open
class uSecurity
- Exclude checks
Class name "uArray" is not in camel caps format Open
Open
class uArray
- Exclude checks
Opening parenthesis of a multi-line function call must be the last content on the line Open
Open
$parseInfo['isBroken'] = (bool)preg_replace_callback(['/(?J:\[([\'"])(?<el>.*?)\1\]|(?<el>\]?[^\[]+)|\[(?<el>(?:[^\[\]]+|(?R))*)\])/'],
- Exclude checks
Closing parenthesis of a multi-line function call must be on a line by itself Open
Open
}, $key);
- Exclude checks
Class name "uFile" is not in camel caps format Open
Open
class uFile
- Exclude checks
Opening parenthesis of a multi-line function call must be the last content on the line Open
Open
if (($parseInfo['isExists'] = array_key_exists((string)$m['el'],
- Exclude checks
Class name "uList" is not in camel caps format Open
Open
class uList
- Exclude checks
Class name "uColor" is not in camel caps format Open
Open
class uColor
- Exclude checks
Expected 1 newline at end of file; 0 found Open
Open
);
- Exclude checks
Class name "uTime" is not in camel caps format Open
Open
class uTime
- Exclude checks
Multi-line function call not indented correctly; expected 8 spaces but found 12 Open
Open
}, $key);
- Exclude checks
Class name "uString" is not in camel caps format Open
Open
class uString
- Exclude checks
Closing parenthesis of a multi-line function call must be on a line by itself Open
Open
$parseInfo['currEl']) && is_array($parseInfo['currEl']))
- Exclude checks
Multi-line function call not indented correctly; expected 20 spaces but found 28 Open
Open
$parseInfo['currEl']) && is_array($parseInfo['currEl']))
- Exclude checks