Skip to content

Commit b9e1584

Browse files
committed
chore: Update PHPCS target PHP version to 8.2
1 parent c8d977f commit b9e1584

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

phpcs.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<arg name="parallel" value="80"/>
99
<arg name="cache" value=".phpcs-cache"/>
1010

11-
<!-- Compatibility with PHP 8.0 -->
12-
<config name="php_version" value="80000"/>
11+
<!-- Compatibility with PHP 8.2 -->
12+
<config name="php_version" value="80200"/>
1313

1414
<!-- Ignore warnings, show progress of the run and show sniff names -->
1515
<arg value="nps"/>

0 commit comments

Comments
 (0)