.phpcs.xml
<?xml version="1.0"?>
<ruleset name="PSR12" namespace="PHP-SAP\Standards">
<description>PHP/SAP PSR12 programming standard</description>
<!-- display progress -->
<arg value="p"/>
<arg value="n"/>
<!-- directories and files to check -->
<file>./src</file>
<!-- Use PSR12 as a standard -->
<rule ref="PSR12">
</rule>
</ruleset>