Skip to content

Commit 58558b9

Browse files
committed
bump php version for phpcs
1 parent e5de6c8 commit 58558b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

phpcs.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<arg name="tab-width" value="4"/>
88
<arg name="cache" value="./.phpcs.cache"/>
99

10-
<config name="php_version" value="80211"/>
10+
<config name="php_version" value="80311"/>
1111

12-
<file>src/</file>
13-
<file>tests/</file>
12+
<file>src</file>
13+
<file>tests</file>
1414

1515
<rule ref="./vendor/doctrine/coding-standard/lib/Doctrine/ruleset.xml">
1616
<exclude name="SlevomatCodingStandard.Classes.SuperfluousExceptionNaming.SuperfluousSuffix"/>

0 commit comments

Comments
 (0)