Skip to content

TMS-1061: Change hero video-field from URL to File #2590

TMS-1061: Change hero video-field from URL to File

TMS-1061: Change hero video-field from URL to File #2590

Triggered via pull request September 11, 2024 20:13
@eebbieebbi
synchronize #517
TMS-1061
Status Failure
Total duration 47s
Artifacts

phpcs-check.yml

on: pull_request
phpcs-check
38s
phpcs-check
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
phpcs-check: comments.php#L6
An import use statement should never start with a leading backslash
phpcs-check: models/taxonomy-blog-category.php#L20
There must not be a space before the colon in a return type declaration
phpcs-check: lib/Interfaces/Controller.php#L20
There must not be a space before the colon in a return type declaration
phpcs-check: lib/ACF/Layouts/SitemapLayout.php#L43
There must not be a space before the colon in a return type declaration
phpcs-check: lib/EmbedController.php#L19
There must not be a space before the colon in a return type declaration
phpcs-check: lib/ACF/Layouts/LogoWallLayout.php#L44
There must not be a space before the colon in a return type declaration
phpcs-check: lib/ACF/Layouts/VideoLayout.php#L44
There must not be a space before the colon in a return type declaration
phpcs-check: lib/ACF/Layouts/ImageBannerLayout.php#L44
There must not be a space before the colon in a return type declaration
phpcs-check: lib/Interfaces/PostType.php#L19
There must not be a space before the colon in a return type declaration
phpcs-check: lib/ACF/Layouts/AccordionVideoLayout.php#L44
There must not be a space before the colon in a return type declaration
phpcs-check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
phpcs-check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
phpcs-check: lib/ACF/Fields/AnchorLinksFields.php#L45
Expected 1 space between "'title'" and double arrow; 12 found.
phpcs-check: lib/ACF/Fields/AnchorLinksFields.php#L49
Expected 1 space between "'description'" and double arrow; 6 found.
phpcs-check: lib/ACF/Fields/AnchorLinksFields.php#L53
Expected 1 space between "'anchor_links'" and double arrow; 5 found.
phpcs-check: lib/ACF/Fields/AnchorLinksFields.php#L58
Expected 1 space between "'anchor_link'" and double arrow; 6 found.
phpcs-check: lib/ACF/Fields/AnchorLinksFields.php#L60
Line exceeds 120 characters; contains 134 characters
phpcs-check: lib/ACF/Fields/AccessibilityIconLinksFields.php#L56
Line exceeds 120 characters; contains 121 characters
phpcs-check: lib/Helpers/IssetHelper.php#L38
Stand-alone post-increment statement found. Use pre-increment instead: ++$key .
phpcs-check: lib/Images.php#L151
Line exceeds 120 characters; contains 146 characters
phpcs-check: models/home.php#L215
Stand-alone post-increment statement found. Use pre-increment instead: ++$idx .
phpcs-check: lib/TaxonomyController.php#L31
It is recommended not to use reserved keyword "class" as function parameter name. Found: $class