Skip to content

DEsaulenko/hw20. Проектирование API #1368

DEsaulenko/hw20. Проектирование API

DEsaulenko/hw20. Проектирование API #1368

Triggered via pull request September 29, 2023 21:57
Status Failure
Total duration 22s
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

10 errors and 1 warning
phpcs: app/app/Jobs/Job.php#L24
The first trait import statement must be declared on the first non-comment line after the class opening brace
phpcs: app/app/Jobs/Job.php#L24
Each imported trait must have its own "use" import statement
phpcs: app/app/Models/User.php#L14
Each imported trait must have its own "use" import statement
phpcs: app/bootstrap/app.php#L3
Expected at least 1 space before "."; 0 found
phpcs: app/bootstrap/app.php#L3
Expected at least 1 space after "."; 0 found
phpcs: app/bootstrap/app.php#L123
Expected at least 1 space before "."; 0 found
phpcs: app/bootstrap/app.php#L123
Expected at least 1 space after "."; 0 found
phpcs: app/public/index.php#L14
Expected at least 1 space before "."; 0 found
phpcs: app/public/index.php#L14
Expected at least 1 space after "."; 0 found
phpcs: app/tests/ExampleTest.php#L15
Method name "ExampleTest::test_that_base_endpoint_returns_a_successful_response" is not in camel caps format
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/