Skip to content

hw10

hw10 #1307

Triggered via pull request September 13, 2023 17:24
Status Failure
Total duration 21s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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/