Skip to content

Issue #3517493 by dydave: Fixed PHPCS validation errors.

https://www.drupal.org/project/structure_sync/issues/3517493

Fixed all PHPCS validation errors reported by job on Gitlab CI, mostly:

Automated fixes: This MR is the result of the local execution of the following command:

$ phpcbf web/modules/contrib/structure_sync/

PHPCBF RESULT SUMMARY
-------------------------------------------------------------------------------------------------------------
FILE                                                                                         FIXED  REMAINING
-------------------------------------------------------------------------------------------------------------
/var/www/html/web/modules/contrib/structure_sync/src/Controller/MenuLinksController.php      3      0
/var/www/html/web/modules/contrib/structure_sync/src/Controller/BlocksController.php         3      0
/var/www/html/web/modules/contrib/structure_sync/src/Controller/TaxonomiesController.php     3      0
/var/www/html/web/modules/contrib/structure_sync/src/StructureSyncHelper.php                 18     0
-------------------------------------------------------------------------------------------------------------
A TOTAL OF 27 ERRORS WERE FIXED IN 4 FILES
-------------------------------------------------------------------------------------------------------------

Time: 1.64 secs; Memory: 14MB
Edited by David Suissa

Merge request reports

Loading