Files
archived-DoctrineMigrations…/phpcs.xml.dist
Grégoire Paris 8bba911e4c Bump the version of PHP used by phpcs
It was out of sync with the one in composer.json
2025-11-07 21:39:55 +01:00

22 lines
597 B
XML

<?xml version="1.0"?>
<ruleset
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd"
>
<arg name="basepath" value="."/>
<arg name="extensions" value="php"/>
<arg name="parallel" value="80"/>
<arg name="cache" value=".phpcs-cache"/>
<arg name="colors"/>
<!-- Ignore warnings, show progress of the run and show sniff names -->
<arg value="nps"/>
<config name="php_version" value="80400"/>
<file>src</file>
<file>tests</file>
<rule ref="Doctrine" />
</ruleset>