hw6 #2384
Annotations
8 errors
phpcs:
code/src/Controller/Controller.php#L6
Opening brace must not be followed by a blank line
|
phpcs:
code/src/Controller/Controller.php#L8
Expected 1 newline at end of file; 0 found
|
phpcs:
code/src/Controller/IndexController.php#L32
Expected 1 newline at end of file; 0 found
|
phpcs:
code/src/Service/Routing.php#L33
Expected 1 newline at end of file; 0 found
|
phpcs:
code/src/Service/Validator.php#L26
Expected at least 1 space before "."; 0 found
|
phpcs:
code/src/Service/Validator.php#L26
Expected at least 1 space after "."; 0 found
|
phpcs:
code/src/Service/Validator.php#L32
Expected 1 newline at end of file; 0 found
|
phpcs
Error: Command failed: php phpcs.phar --report=checkstyle --standard=phpcs.xml code/public/index.php code/src/App.php code/src/Controller/Controller.php code/src/Controller/IndexController.php code/src/Service/Routing.php code/src/Service/Validator.php
|