File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed
Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments