Apply coding style around FunctionCallSignature #8 #10072
Triggered via pull request
February 13, 2024 17:27
Status
Failure
Total duration
1h 32m 17s
Artifacts
–
Annotations
11 errors and 1 warning
PHPCS
Process completed with exit code 2.
|
PHPCS:
core/Segment.php#L595
Opening parenthesis of a multi-line function call must be the last content on the line
|
PHPCS:
core/Segment.php#L595
Only one argument is allowed per line in a multi-line function call
|
PHPCS:
core/Segment.php#L595
Only one argument is allowed per line in a multi-line function call
|
PHPCS:
core/Segment.php#L595
Only one argument is allowed per line in a multi-line function call
|
PHPCS:
core/Segment.php#L595
Only one argument is allowed per line in a multi-line function call
|
PHPCS:
core/Segment.php#L596
Multi-line function call not indented correctly; expected 12 spaces but found 16
|
PHPCS:
core/Segment.php#L596
Only one argument is allowed per line in a multi-line function call
|
PHPCS:
core/Segment.php#L596
Only one argument is allowed per line in a multi-line function call
|
PHPCS:
core/Segment.php#L596
Closing parenthesis of a multi-line function call must be on a line by itself
|
PHPCS:
core/Changes/Model.php#L105
Multi-line function call not indented correctly; expected 12 spaces but found 16
|
PHPCS
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|