Skip to content

Commit 050ef65

Browse files
authored
build: exclude ErrorControlOperator as its still very valid to use
1 parent 10be5e2 commit 050ef65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpmd.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<exclude name="StaticAccess" />
4141
<exclude name="MissingImport" />
4242
<exclude name="UndefinedVariable" />
43+
<exclude name="ErrorControlOperator" />
4344
</rule>
4445

4546
<rule ref="rulesets/controversial.xml" />

0 commit comments

Comments
 (0)