We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8d977f commit b9e1584Copy full SHA for b9e1584
1 file changed
phpcs.xml
@@ -8,8 +8,8 @@
8
<arg name="parallel" value="80"/>
9
<arg name="cache" value=".phpcs-cache"/>
10
11
- <!-- Compatibility with PHP 8.0 -->
12
- <config name="php_version" value="80000"/>
+ <!-- Compatibility with PHP 8.2 -->
+ <config name="php_version" value="80200"/>
13
14
<!-- Ignore warnings, show progress of the run and show sniff names -->
15
<arg value="nps"/>
0 commit comments