HW_19 rabbitmq application #1225
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
9 errors and 1 warning
phpcs:
config/preload.php#L3
Expected at least 1 space before "."; 0 found
|
phpcs:
config/preload.php#L3
Expected at least 1 space after "."; 0 found
|
phpcs:
config/preload.php#L4
Expected at least 1 space before "."; 0 found
|
phpcs:
config/preload.php#L4
Expected at least 1 space after "."; 0 found
|
phpcs:
public/index.php#L5
Expected at least 1 space before "."; 0 found
|
phpcs:
public/index.php#L5
Expected at least 1 space after "."; 0 found
|
phpcs:
src/RabbitMQ/Messenger.php#L90
Expected 1 newline at end of file; 0 found
|
phpcs:
src/Statement/GenerateStatementCommand.php#L28
Blank lines are not allowed in a multi-line function declaration
|
phpcs
Error: Command failed: php phpcs.phar --report=checkstyle --standard=phpcs.xml config/bundles.php config/preload.php public/index.php src/Kernel.php src/RabbitMQ/Messenger.php src/Statement/GenerateStatementCommand.php src/Statement/GenerateStatementController.php src/Statement/NotifyUserListener.php src/Statement/StatementIsGeneratedEvent.php src/Statement/StatementMessage.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/
|