Update phpcs.xml

This commit is contained in:
Bogdan Rapaić 2020-03-19 16:28:35 +01:00 committed by GitHub
parent da879904f8
commit 3775e74d3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,10 +37,6 @@
<property name="exact" value="false" phpcs-only="true"/>
</properties>
</rule>
<rule ref="VariableAnalysis.CodeAnalysis.VariableAnalysis.UndefinedVariable">
<type>error</type>
</rule>
<rule ref="PHPCompatibility">
<exclude name="PHPCompatibility.Constants.NewConstants.t_finallyFound"/>