Skip to content

Commit f84b2f4

Browse files
VasekPurchartkukulich
authored andcommitted
Fix local ruleset property definition for ForbiddenAnnotations sniff
1 parent 2bcf401 commit f84b2f4

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

ruleset.xml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,17 @@
99
<exclude name="Generic.CodeAnalysis.EmptyStatement.DetectedELSEIF"/><!-- Allow empty elseif statements - usually with a comment -->
1010
</rule>
1111
<rule ref="SlevomatCodingStandard.Commenting.ForbiddenAnnotations">
12-
<property name="forbiddenAnnotations" type="array" value="
13-
@author,
14-
@created,
15-
@copyright,
16-
@license,
17-
@package,
18-
@throws,
19-
@version
20-
"/>
12+
<properties>
13+
<property name="forbiddenAnnotations" type="array" value="
14+
@author,
15+
@created,
16+
@copyright,
17+
@license,
18+
@package,
19+
@throws,
20+
@version
21+
"/>
22+
</properties>
2123
</rule>
2224
<rule ref="SlevomatCodingStandard.Exceptions.ReferenceThrowableOnly">
2325
<exclude-pattern>SlevomatCodingStandard/Sniffs/Exceptions/ReferenceThrowableOnlySniff.php</exclude-pattern>

0 commit comments

Comments
 (0)