phpcs report

CategoryErrorsWarningsFiles
Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis201
Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword101
PSR2.Files.ClosingTag.NotAllowed101
Generic.Formatting.DisallowMultipleStatements.SameLine101
502
ErrorLineColumn
/Users/www/zd/phpqa/src/invalid/new-feature.php
errorExpected 1 space(s) after closing parenthesis; found 0
Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis
115
errorExpected 1 space(s) after closing parenthesis; found 0
Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis
219
errorExpected 1 space(s) after ELSE keyword; 0 found
Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword
47
errorA closing tag is not permitted at the end of a PHP file
PSR2.Files.ClosingTag.NotAllowed
513
/Users/www/zd/phpqa/src/Task/NonParallelExecV1.php
errorEach PHP statement must be on a line by itself
Generic.Formatting.DisallowMultipleStatements.SameLine
2314