| Category | Errors | Warnings | Files | |
|---|---|---|---|---|
| Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis | 2 | 0 | 1 | |
| Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword | 1 | 0 | 1 | |
| PSR2.Files.ClosingTag.NotAllowed | 1 | 0 | 1 | |
| Generic.Formatting.DisallowMultipleStatements.SameLine | 1 | 0 | 1 | |
| 5 | 0 | 2 |
| Error | Line | Column | ||
|---|---|---|---|---|
| /Users/www/zd/phpqa/src/invalid/new-feature.php | ||||
| error | Expected 1 space after closing parenthesis; found 0 Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis | 1 | 15 | |
| error | Expected 1 space after closing parenthesis; found 0 Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis | 2 | 19 | |
| error | Expected 1 space after ELSE keyword; 0 found Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword | 4 | 7 | |
| error | A closing tag is not permitted at the end of a PHP file PSR2.Files.ClosingTag.NotAllowed | 5 | 13 | |
| /Users/www/zd/phpqa/src/Task/NonParallelExecV1.php | ||||
| error | Each PHP statement must be on a line by itself Generic.Formatting.DisallowMultipleStatements.SameLine | 22 | 14 | |