Skip to content

NPM(deps): Bump @wordpress/keycodes from 3.28.0 to 4.16.0 #26

NPM(deps): Bump @wordpress/keycodes from 3.28.0 to 4.16.0

NPM(deps): Bump @wordpress/keycodes from 3.28.0 to 4.16.0 #26

Triggered via push January 16, 2025 07:17
Status Failure
Total duration 29s
Artifacts

phpcs-check.yml

on: push
phpcs-check
19s
phpcs-check
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
phpcs-check: lib/autoload.php#L39
Expected 1 blank line at end of file; 2 found
phpcs-check: lib/PostTypeController.php#L19
There must not be a space before the colon in a return type declaration
phpcs-check: lib/PostTypeController.php#L28
There must not be a space before the colon in a return type declaration
phpcs-check: lib/TaxonomyController.php#L17
There must not be a space before the colon in a return type declaration
phpcs-check: lib/TaxonomyController.php#L26
There must not be a space before the colon in a return type declaration
phpcs-check: lib/Formatters/AccordionImageFormatter.php#L27
There must not be a space before the colon in a return type declaration
phpcs-check: lib/Formatters/AccordionImageFormatter.php#L41
There must not be a space before the colon in a return type declaration
phpcs-check: lib/IndexController.php#L21
There must not be a space before the colon in a return type declaration
phpcs-check: lib/ACF/AlterComponents.php#L35
There must not be a space before the colon in a return type declaration
phpcs-check: lib/FormatterController.php#L19
There must not be a space before the colon in a return type declaration
phpcs-check
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
phpcs-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
phpcs-check: lib/autoload.php#L12
It is recommended not to use reserved keyword "class" as function parameter name. Found: $class
phpcs-check: lib/FormatterController.php#L60
It is recommended not to use reserved keyword "class" as function parameter name. Found: $class
phpcs-check: lib/Localization.php#L43
Equals sign not aligned with surrounding assignments; expected 3 spaces but found 1 space
phpcs-check: lib/Localization.php#L58
Equals sign not aligned with surrounding assignments; expected 3 spaces but found 2 spaces
phpcs-check: lib/ThemeSupports.php#L5
This comment is 50% valid code; is this commented out code?
phpcs-check: lib/ThemeSupports.php#L45
This comment is 53% valid code; is this commented out code?
phpcs-check: lib/Formatters/KeyFiguresFormatter.php#L65
This comment is 72% valid code; is this commented out code?
phpcs-check: lib/ACF/AlterKeyFiguresFields.php#L32
Array double arrow not aligned correctly; expected 1 space(s) between "'label'" and double arrow, but found 8.
phpcs-check: lib/ACF/AlterKeyFiguresFields.php#L35
Array double arrow not aligned correctly; expected 1 space(s) between "'label'" and double arrow, but found 8.
phpcs-check: lib/ACF/AlterSettingsGroup.php#L58
The method parameter $key is never used