Layout style changes #12
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/ACF/AlterComponents.php#L35
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/ThemeController.php#L16
There must not be a space before the colon in a return type declaration
|
phpcs-check:
lib/ACF/AlterImageFields.php#L32
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/ACF/AlterImageBannerFields.php#L32
There must not be a space before the colon in a return type declaration
|
phpcs-check:
lib/ACF/AlterContentColumnsFields.php#L29
There must not be a space before the colon in a return type declaration
|
phpcs-check:
lib/ACF/AlterImageCarousel.php#L29
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 the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
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/ThemeController.php#L30
It is recommended not to use reserved keyword "class" as function parameter name. Found: $class
|
phpcs-check:
models/single-artist.php#L42
Comment refers to a TODO task "REMOVE"
|
phpcs-check:
models/single-artist.php#L51
Comment refers to a TODO task "REMOVE"
|
phpcs-check:
models/single-artist.php#L74
Comment refers to a TODO task "REMOVE"
|
phpcs-check:
models/single-artist.php#L123
Comment refers to a TODO task "REMOVE"
|
phpcs-check:
lib/Localization.php#L44
Equals sign not aligned with surrounding assignments; expected 3 spaces but found 1 space
|
phpcs-check:
lib/Localization.php#L59
Equals sign not aligned with surrounding assignments; expected 3 spaces but found 2 spaces
|
phpcs-check:
lib/Localization.php#L61
Equals sign not aligned with surrounding assignments; expected 7 spaces but found 6 spaces
|
phpcs-check:
lib/ACF/Layouts/TimelineLayout.php#L51
Expected 1 space between "'image'" and double arrow; 5 found.
|