Skip to content

Commit

Permalink
Fix ignoring @phpstan-type
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed Dec 25, 2024
1 parent bfc3adf commit a258701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IxDFCodingStandard/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
<rule ref="SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameInAnnotation">
<properties>
<property name="ignoredAnnotationNames" type="array">
<element value="phpstan-type"/>
<element value="@phpstan-type"/>
</property>
</properties>
</rule>
Expand Down

0 comments on commit a258701

Please sign in to comment.