Skip to content

Commit 85bfb91

Browse files
committed
Allow @dataProvider annotation
1 parent bd74644 commit 85bfb91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ruleset.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
<rule ref="SlevomatCodingStandard.TypeHints.TypeHintDeclaration">
3333
<properties>
3434
<property name="enableObjectTypeHint" value="true"/>
35+
<property name="usefulAnnotations" type="array">
36+
<element value="@dataProvider"/>
37+
</property>
3538
</properties>
3639
</rule>
3740

0 commit comments

Comments
 (0)