Skip to content

Commit

Permalink
Ignore FullyQualifiedClassNameInAnnotation for phpstan-type
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed Dec 25, 2024
1 parent 1fa886d commit bfc3adf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion IxDFCodingStandard/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,13 @@
<rule ref="SlevomatCodingStandard.Functions.UselessParameterDefaultValue"/>
<rule ref="SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses"/>
<rule ref="SlevomatCodingStandard.Namespaces.DisallowGroupUse"/>
<rule ref="SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameInAnnotation"/>
<rule ref="SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameInAnnotation">
<properties>
<property name="ignoredAnnotationNames" type="array">
<element value="phpstan-type"/>
</property>
</properties>
</rule>
<rule ref="SlevomatCodingStandard.Namespaces.FullyQualifiedGlobalConstants"/>
<rule ref="SlevomatCodingStandard.Namespaces.MultipleUsesPerLine"/>
<rule ref="SlevomatCodingStandard.Namespaces.NamespaceDeclaration"/>
Expand Down

0 comments on commit bfc3adf

Please sign in to comment.