DEsaulenko/hw20. Проектирование API #1368
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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/
|