Skip to content

Commit

Permalink
Ruleset: allow partials uses (for example Doctrine ORM)
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Dec 6, 2024
1 parent 310e6eb commit 3d797a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@
<property name="allowFullyQualifiedNameForCollidingConstants" value="true"/>
<property name="allowFullyQualifiedNameForCollidingFunctions" value="true"/>
<property name="searchAnnotations" value="true"/>
<property name="allowPartialUses" value="false"/>
</properties>
</rule>
<rule ref="SlevomatCodingStandard.Namespaces.UnusedUses">
Expand Down

0 comments on commit 3d797a6

Please sign in to comment.