Loading phpcs.phpcompat.xml→phpcs.xml +10 −4 Original line number Diff line number Diff line <?xml version="1.0"?> <!-- usage : --> <ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="PHP_CodeSniffer" xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd"> Loading @@ -10,16 +11,21 @@ <arg name="colors"/> <!-- Ignore warnings, show progress of the run and show sniff names --> <arg value="nps"/> <arg value="ps"/> <!-- <config name="php_version" value="80200"/>--> <!-- <rule ref="PEAR"/>--> <rule ref="PHPCompatibility"/> <rule ref="Internal.NoCodeFound"> <severity>0</severity> <!-- supprime le warning Internal.NoCodeFound --> </rule> <!-- <file>config</file>--> <!-- <file>module</file>--> <!-- <file>vendor/unicaen</file>--> <file>config</file> <file>module</file> <file>vendor/unicaen</file> <config name="testVersion" value="8.2"/> <!-- <exclude-pattern>*/tests/Tests/Proxies/__CG__*</exclude-pattern>--> <!-- <exclude-pattern>*/tests/Tests/ORM/Tools/Export/export/*</exclude-pattern>--> Loading Loading
phpcs.phpcompat.xml→phpcs.xml +10 −4 Original line number Diff line number Diff line <?xml version="1.0"?> <!-- usage : --> <ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="PHP_CodeSniffer" xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd"> Loading @@ -10,16 +11,21 @@ <arg name="colors"/> <!-- Ignore warnings, show progress of the run and show sniff names --> <arg value="nps"/> <arg value="ps"/> <!-- <config name="php_version" value="80200"/>--> <!-- <rule ref="PEAR"/>--> <rule ref="PHPCompatibility"/> <rule ref="Internal.NoCodeFound"> <severity>0</severity> <!-- supprime le warning Internal.NoCodeFound --> </rule> <!-- <file>config</file>--> <!-- <file>module</file>--> <!-- <file>vendor/unicaen</file>--> <file>config</file> <file>module</file> <file>vendor/unicaen</file> <config name="testVersion" value="8.2"/> <!-- <exclude-pattern>*/tests/Tests/Proxies/__CG__*</exclude-pattern>--> <!-- <exclude-pattern>*/tests/Tests/ORM/Tools/Export/export/*</exclude-pattern>--> Loading