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
--------------------------------------------------------------------------------

Command icon 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

T-lo created an issue. See original summary.

t-lo’s picture

Assigned: t-lo » Unassigned
Status: Active » Needs review

phpcs issues resolved and committed on branch

Greg Boggs made their first commit to this issue’s fork.

greg boggs’s picture

Status: Needs review » Fixed

Thanks t-lo!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.