Code standards failures found with phpcs
FILE: src/EasyBreadcrumbStructuredDataJsonLd.php
-----------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
-----------------------------------------------------------------------------------------------------
95 | ERROR | [x] Expected one space after the comma, 0 found
96 | ERROR | [x] Expected one space after the comma, 0 found
-----------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------
FILE: src/EasyBreadcrumbBuilder.php
-------------------------------------------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
-------------------------------------------------------------------------------------------------------------------------------------------
371 | ERROR | [ ] The array declaration extends to column 151 (the limit is 80). The array content should be split up over multiple lines
377 | ERROR | [ ] The array declaration extends to column 167 (the limit is 80). The array content should be split up over multiple lines
843 | ERROR | [x] Whitespace found at end of line
-------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------------------------------------
FILE: src/TitleResolver.php
--------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 1 LINE
--------------------------------------------------------------------------------
37 | ERROR | Parameter $controller_resolver is not described in comment
37 | ERROR | Parameter $string_translation is not described in comment
37 | ERROR | Parameter $argument_resolver is not described in comment
--------------------------------------------------------------------------------
Issue fork easy_breadcrumb-3282501
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
t-lophpcs issues resolved and committed on branch
Comment #6
greg boggsThanks t-lo!