- Issue created by @jcnventura
-
jcnventura →
committed f393eab2 on 8.x-1.x
Issue #3452072 by jcnventura: Fix phpcs issues
-
jcnventura →
committed f393eab2 on 8.x-1.x
FILE: /home/jcv/drupal/git/linked_field/src/LinkedFieldManagerInterface.php
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
55 | ERROR | The text '@deprecated No longer used by internal code and not recommended.' does not match the standard format: @deprecated in %deprecation-version% and is
| | removed from %removal-version%. %extra-info%.
55 | ERROR | Each @deprecated tag must have a @see tag immediately following it
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FILE: /home/jcv/drupal/git/linked_field/linked_field.module
--------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------
9 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\Core\Render\Element.
--------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------
Fixed
1.0
Miscellaneous
Issue #3452072 by jcnventura: Fix phpcs issues