php-path/phpcs.xml

10 lines
262 B
XML
Raw Permalink Normal View History

2021-10-31 03:20:04 +00:00
<?xml version="1.0"?>
<!--
@see https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-Ruleset
-->
<ruleset name="Custom Standard" namespace="MyProject\CS\Standard">
<rule ref="SandFox_PHP74"/>
<file>src</file>
<file>tests</file>
</ruleset>