ERybkin: Homework #20 (Queues. Part 2 #30) #2321
Annotations
10 errors and 1 warning
phpcs:
src/Banking/Console/Command/StartConsumerCommand.php#L19
Class constants must be uppercase; expected STRING but found string
|
phpcs:
src/Banking/Http/Controller/Api/Statements/GenerateStatementAsyncController.php#L17
Closing brace must be on a line by itself
|
phpcs:
src/Banking/Http/Controller/Api/Statements/GenerateStatementController.php#L17
Closing brace must be on a line by itself
|
phpcs:
src/Banking/Notification/EmailNotification.php#L13
Closing brace must be on a line by itself
|
phpcs:
src/Banking/Queue/AbstractPublisher.php#L13
Closing brace must be on a line by itself
|
phpcs:
src/Banking/Queue/ConnectionProvider.php#L15
Closing brace must be on a line by itself
|
phpcs:
src/Banking/Queue/Consumer/GenerateStatementConsumer.php#L17
Closing brace must be on a line by itself
|
phpcs:
src/Banking/StatementGenerator/GenerateStatementData.php#L13
Closing brace must be on a line by itself
|
phpcs:
src/Banking/StatementGenerator/NotifiableStatementGenerator.php#L15
Closing brace must be on a line by itself
|
phpcs
Error: Command failed: php phpcs.phar --report=checkstyle --standard=phpcs.xml config/container.php config/routes.php public/index.php src/Banking/Console/Command/StartConsumerCommand.php src/Banking/Http/Controller/Api/Statements/GenerateStatementAsyncController.php src/Banking/Http/Controller/Api/Statements/GenerateStatementController.php src/Banking/Notification/EmailNotification.php src/Banking/Notification/EmailNotificationTransport.php src/Banking/Notification/NotificationInterface.php src/Banking/Notification/NotificationTransportInterface.php src/Banking/Notification/NullNotificationTransport.php src/Banking/Queue/AbstractPublisher.php src/Banking/Queue/ConnectionProvider.php src/Banking/Queue/Consumer/GenerateStatementConsumer.php src/Banking/Queue/ConsumerInterface.php src/Banking/Queue/MessageProcessFlag.php src/Banking/Queue/Publisher/GenerateStatementPublisher.php src/Banking/Queue/PublisherInterface.php src/Banking/StatementGenerator/GenerateStatementData.php src/Banking/StatementGenerator/NotifiableStatementGenerator.php src/Banking/StatementGenerator/NullStatementGenerator.php src/Banking/StatementGenerator/StatementGeneratorInterface.php
|
phpcs
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|