hw7 #1205
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
3 errors and 1 warning
phpcs:
application/src/App.php#L19
Multi-line function call not indented correctly; expected 12 spaces but found 16
|
phpcs:
application/src/App.php#L19
Closing parenthesis of a multi-line function call must be on a line by itself
|
phpcs
Error: Command failed: php phpcs.phar --report=checkstyle --standard=phpcs.xml application/console/app.php application/src/App.php application/src/Controller/EmailService.php application/src/Email/DomainChecker.php application/src/Email/EmailChecker.php application/src/Email/FileParser.php application/src/Email/Response.php application/src/Email/ValidateResult.php application/src/Email/Validator.php application/src/Exception/EmailException.php application/src/ExceptionHandler.php application/src/PathHelper.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/
|