Skip to content

Commit

Permalink
Forbid unused uses in Codebase\Scanner (#5717)
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed May 6, 2021
1 parent aa854ae commit 4b8bff4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
</rule>

<rule ref="SlevomatCodingStandard.Namespaces.UnusedUses">
<exclude-pattern>src/Psalm/Internal/Codebase/Scanner.php</exclude-pattern>
<properties>
<property name="searchAnnotations" type="boolean" value="true"/>
</properties>
Expand Down

0 comments on commit 4b8bff4

Please sign in to comment.