1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Forbid unused uses in Codebase\Scanner (#5717)

This commit is contained in:
Bruce Weirdan 2021-05-06 21:31:28 +03:00 committed by GitHub
parent aa854ae338
commit 4b8bff45bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>