-
- Notifications
You must be signed in to change notification settings - Fork 244
Expand file tree
/
Copy pathphpcs.xml
More file actions
10 lines (10 loc) · 354 Bytes
/
phpcs.xml
File metadata and controls
10 lines (10 loc) · 354 Bytes
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0"?>
<ruleset name="PHP-compatibility">
<description>Test code for compatibility with supported PHP versions</description>
<rule ref="PHPCompatibility"/>
<config name="testVersion" value="8.1-8.5"/>
<file>src</file>
<file>test</file>
<exclude-pattern>./vendor/*</exclude-pattern>
<arg value="ps"/>
</ruleset>