Static Code Analysis Report
Static Code Analysis Report
---------------------------------------------------------------------1 | WARNING | [ ] File has mixed line endings; this may cause
|
|
incorrect results
1 | ERROR | [x] End of line character is invalid; expected "\r\n"
|
|
but found "\r"
2 | ERROR | [ ] Missing file doc comment
3 | ERROR | [x] No space found after comma in function call
5 | ERROR | [x] No space found after comma in function call
7 | ERROR | [x] No space found after comma in function call
9 | ERROR | [x] No space found after comma in function call
13 | ERROR | [x] First condition of a multi-line IF statement must
|
|
directly follow the opening parenthesis
13 | ERROR | [x] There must be a single space between the closing
|
|
parenthesis and the opening brace of a multi-line
|
|
IF statement; found 0 spaces
17 | ERROR | [x] There must be a single space between the closing
|
|
parenthesis and the opening brace of a multi-line
|
|
IF statement; found 0 spaces
---------------------------------------------------------------------PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------