Skip to content

add backlinking to hook_update from post_update #74

add backlinking to hook_update from post_update

add backlinking to hook_update from post_update #74

Triggered via push July 5, 2024 15:03
Status Failure
Total duration 57s
Artifacts

styles.yml

on: push
phpcs
22s
phpcs
phpmd
17s
phpmd
phpcpd
16s
phpcpd
PhpDeprecationDetector (phpdd)
46s
PhpDeprecationDetector (phpdd)
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 4 warnings
phpcs: tests/src/Functional/Update/RenameAndMigrateEntityTableUpdate8001Test.php#L37
Array indentation error, expected 8 spaces but found 7
phpcs: tests/src/Functional/Update/RenameAndMigrateEntityTableUpdate8001Test.php#L38
Array indentation error, expected 8 spaces but found 7
phpcs: tests/src/Functional/Update/RenameAndMigrateEntityTableUpdate8001Test.php#L94
TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
phpcs: backerymails.install#L10
Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\Url.
phpcs: backerymails.install#L28
Function comment short description must start with exactly one space
phpcs: backerymails.post_update.php#L19
Equals sign not aligned correctly; expected 1 space but found 2 spaces
phpcs
Process completed with exit code 1.
phpcs: tests/src/Functional/Update/RenameAndMigrateEntityTableUpdate8001Test.php#L32
There must be no blank line following an inline comment
phpcs: tests/src/Functional/Update/RenameAndMigrateEntityTableUpdate8001Test.php#L32
'@todo: Remove this conditional after 8.7.x is no longer supported.' should match the format '@todo Fix problem X here.'
phpcs: tests/src/Functional/Update/RenameAndMigrateEntityTableUpdate8001Test.php#L32
There must be no blank line following an inline comment
phpcs: tests/src/Functional/Update/RenameAndMigrateEntityTableUpdate8001Test.php#L43
'@todo: Remove this fixture after 8.7 is no longer supported.' should match the format '@todo Fix problem X here.'