We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb726c commit b9ffb7aCopy full SHA for b9ffb7a
phpcs.xml
@@ -33,6 +33,11 @@
33
34
<!-- variables: https://github.com/sirbrillig/VariableAnalysis/ -->
35
<rule ref="VariableAnalysis"/>
36
+ <rule ref="VariableAnalysis.CodeAnalysis.VariableAnalysis">
37
+ <properties>
38
+ <property name="allowUnusedCaughtExceptions" value="true"/>
39
+ </properties>
40
+ </rule>
41
<rule ref="VariableAnalysis.CodeAnalysis.VariableAnalysis.UndefinedVariable">
42
<type>error</type>
43
</rule>
0 commit comments