You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
• [Style] Ordered imports: (PhpCsFixer\Fixer\Import\OrderedImportsFixer)
@@ - + @@
+use Test\Name\Aggregate;
use Test\Name as Alias;
@@ - + @@
use Test\Name as Alias;
-use Test\Aggregate;
Sort order verification is incorrect.
If you change it according to the instructions.
source:
useTest\Name\Aggregate;
useTest\NameasAlias;
result:
• [Style] Alphabetically sorted uses: (SlevomatCodingStandard\Sniffs\Namespaces\AlphabeticallySortedUsesSniff)
Use statements should be sorted alphabetically. The first wrong one is Test\Name.
An error occurs due to another rule, Error due to another rule.
The text was updated successfully, but these errors were encountered:
source:
result:
Sort order verification is incorrect.
If you change it according to the instructions.
source:
result:
An error occurs due to another rule, Error due to another rule.
The text was updated successfully, but these errors were encountered: