Skip to content

API для музыкального сервиса #1231

API для музыкального сервиса

API для музыкального сервиса #1231

Triggered via pull request September 3, 2023 17:12
Status Failure
Total duration 16s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
phpcs: code/src/MusicStreaming/Application/Exceptions/TableRowNotFoundException.php#L8
Opening brace must not be followed by a blank line
phpcs: code/src/MusicStreaming/Application/UseCase/UploadTrackUseCase.php#L15
Import statements must not begin with a leading backslash
phpcs: code/src/MusicStreaming/Application/UseCase/UploadTrackUseCase.php#L32
The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line
phpcs: code/src/MusicStreaming/Infrastructure/Init/HttpApiInit.php#L42
Expected 1 space after closing brace; newline found
phpcs: code/src/MusicStreaming/Infrastructure/Storage/DataMapper/PlaylistMapper.php#L126
Expected 1 space(s) after closing parenthesis; found newline
phpcs: code/src/MusicStreaming/Infrastructure/Storage/DataMapper/PlaylistMapper.php#L203
Expected 1 space(s) after IF keyword; 0 found
phpcs: code/src/MusicStreaming/Infrastructure/Storage/DataMapper/PlaylistMapper.php#L217
Expected 1 space(s) after IF keyword; 0 found
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/