Bump the version of PHP used by phpcs

It was out of sync with the one in composer.json
This commit is contained in:
Grégoire Paris
2025-11-07 21:39:55 +01:00
parent c22d2a7ed3
commit 8bba911e4c

View File

@@ -12,7 +12,7 @@
<!-- Ignore warnings, show progress of the run and show sniff names -->
<arg value="nps"/>
<config name="php_version" value="80100"/>
<config name="php_version" value="80400"/>
<file>src</file>
<file>tests</file>