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 e5de6c8 commit 58558b9Copy full SHA for 58558b9
phpcs.xml
@@ -7,10 +7,10 @@
7
<arg name="tab-width" value="4"/>
8
<arg name="cache" value="./.phpcs.cache"/>
9
10
- <config name="php_version" value="80211"/>
+ <config name="php_version" value="80311"/>
11
12
- <file>src/</file>
13
- <file>tests/</file>
+ <file>src</file>
+ <file>tests</file>
14
15
<rule ref="./vendor/doctrine/coding-standard/lib/Doctrine/ruleset.xml">
16
<exclude name="SlevomatCodingStandard.Classes.SuperfluousExceptionNaming.SuperfluousSuffix"/>
0 commit comments