Skip to content

Add pluck/patch commands for caches and transients #76

Add pluck/patch commands for caches and transients

Add pluck/patch commands for caches and transients #76

Re-run triggered August 24, 2023 10:42
Status Failure
Total duration 1m 4s
Artifacts

code-quality.yml

on: pull_request
code-quality  /  Lint PHP files
20s
code-quality / Lint PHP files
code-quality  /  PHPCS
43s
code-quality / PHPCS
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 7 warnings
code-quality / PHPCS: src/Cache_Command.php#L442
Expected 1 spaces after opening parenthesis; 0 found
code-quality / PHPCS: src/Cache_Command.php#L442
Expected 1 spaces before closing parenthesis; 0 found
code-quality / PHPCS: src/Cache_Command.php#L450
Opening parenthesis of a multi-line function call must be the last content on the line
code-quality / PHPCS: src/Cache_Command.php#L451
Use Yoda Condition checks, you must.
code-quality / PHPCS: src/Cache_Command.php#L455
Only one argument is allowed per line in a multi-line function call
code-quality / PHPCS: src/Cache_Command.php#L455
Closing parenthesis of a multi-line function call must be on a line by itself
code-quality / PHPCS: src/Cache_Command.php#L517
Opening parenthesis of a multi-line function call must be the last content on the line
code-quality / PHPCS: src/Cache_Command.php#L518
Use Yoda Condition checks, you must.
code-quality / PHPCS: src/Cache_Command.php#L523
Only one argument is allowed per line in a multi-line function call
code-quality / PHPCS: src/Cache_Command.php#L523
Closing parenthesis of a multi-line function call must be on a line by itself
code-quality / PHPCS: src/Cache_Command.php#L442
Equals sign not aligned with surrounding assignments; expected 5 spaces but found 1 space
code-quality / PHPCS: src/Cache_Command.php#L514
Equals sign not aligned with surrounding assignments; expected 16 spaces but found 1 space
code-quality / PHPCS: src/Cache_Command.php#L515
Equals sign not aligned with surrounding assignments; expected 11 spaces but found 1 space
code-quality / PHPCS: src/Cache_Command.php#L536
Equals sign not aligned with surrounding assignments; expected 5 spaces but found 1 space
code-quality / PHPCS: src/Transient_Command.php#L505
Equals sign not aligned with surrounding assignments; expected 11 spaces but found 1 space
code-quality / PHPCS: src/Transient_Command.php#L508
Equals sign not aligned with surrounding assignments; expected 1 space but found 2 spaces
code-quality / PHPCS: src/Transient_Command.php#L529
Equals sign not aligned with surrounding assignments; expected 5 spaces but found 1 space