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
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------------------------
5 | ERROR | [x] Type App\Foo\Bar is not used in this file.
| | (SlevomatCodingStandard.Namespaces.UnusedUses.UnusedUse)
6 | ERROR | [x] App\Long\Path\Item is not used in this file.
| | (SlevomatCodingStandard.Namespaces.UnusedUses.UnusedUse)
10| ERROR | [x] App\Long\Path\OtherItem is not used in this file.
| | (SlevomatCodingStandard.Namespaces.UnusedUses.UnusedUse)
Shouldn't those be caught by the searchAnnotations = true ?
The text was updated successfully, but these errors were encountered:
n8-dev
changed the title
SlevomatCodingStandard.Namespaces.UnusedUses not supporting docblocks or inline commentsSlevomatCodingStandard.Namespaces.UnusedUses not supporting docblocks or inline comments
Mar 27, 2024
Take phpcs.xml of
And a file of
I am getting the following output...
Shouldn't those be caught by the searchAnnotations = true ?
The text was updated successfully, but these errors were encountered: