hw10 #1307
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
8 errors and 1 warning
phpcs:
application/console/app.php#L3
Each class must be in a namespace of at least one level (a top-level vendor name)
|
phpcs:
application/console/app.php#L15
Each class must be in a file by itself
|
phpcs:
application/console/app.php#L15
Each class must be in a namespace of at least one level (a top-level vendor name)
|
phpcs:
application/console/app.php#L15
Opening brace of a class must be on the line after the definition
|
phpcs:
application/console/app.php#L16
Opening brace should be on a new line
|
phpcs:
application/console/app.php#L37
Line indented incorrectly; expected at least 8 spaces, found 7
|
phpcs:
application/console/app.php#L56
Expected 1 blank line at end of file; 2 found
|
phpcs
Error: Command failed: php phpcs.phar --report=checkstyle --standard=phpcs.xml application/console/app.php
|
phpcs
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, tinovyatkin/action-php-codesniffer@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|