ДЗ №15: Чистая архитектура для задачи с Elasticsearch #2406
Annotations
10 errors and 2 warnings
phpcs:
hw15/www/public/index.php#L1
Header blocks must be separated by a single blank line
|
phpcs:
hw15/www/public/index.php#L10
Expected 1 space(s) after CATCH keyword; 0 found
|
phpcs:
hw15/www/src/App.php#L1
Header blocks must be separated by a single blank line
|
phpcs:
hw15/www/src/App.php#L14
PHP keywords must be lowercase; expected "const" but found "CONST"
|
phpcs:
hw15/www/src/App.php#L15
PHP keywords must be lowercase; expected "const" but found "CONST"
|
phpcs:
hw15/www/src/App.php#L16
PHP keywords must be lowercase; expected "const" but found "CONST"
|
phpcs:
hw15/www/src/App.php#L17
PHP keywords must be lowercase; expected "const" but found "CONST"
|
phpcs:
hw15/www/src/App.php#L18
PHP keywords must be lowercase; expected "const" but found "CONST"
|
phpcs:
hw15/www/src/App.php#L19
PHP keywords must be lowercase; expected "const" but found "CONST"
|
phpcs:
hw15/www/src/Application/Dto/DataHandlerRequest.php#L7
Opening brace should be on a new line
|
phpcs
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, tinovyatkin/action-php-codesniffer@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|