localgovdrupal / localgov_step_by_step

Implemention of the Gov.uk Step by step navigation journeys for LocalGovDrupal
GNU General Public License v2.0
1 stars 1 forks source link

Coding standards #84

Closed finnlewis closed 1 year ago

finnlewis commented 1 year ago

New coding standards need addressing.


FILE: /app/web/modules/contrib/localgov_step_by_step/tests/src/Functional/StepByStepBlocksTest.php
------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------------------
 8 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Tests\node\Traits\NodeCreationTrait.
------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------------------
finnlewis commented 1 year ago

Looking at this now.