2 <ruleset name="OpenEMR Standard for PSR-4 src directory">
3 <description>PSR-12 only for PSR-4 compliant src directory</description>
4 <arg name="tab-width" value="4" />
6 <!-- Can insert excludes here like in phpcs.xml. -->
9 <!-- Checks that the opening PHP tag is the first content in a file. -->
10 <rule ref="Generic.PHP.CharacterBeforePHPOpeningTag" />
13 <!-- Code MUST use an indent of 4 spaces, and MUST NOT use tabs for indenting. -->
14 <rule ref="Generic.WhiteSpace.ScopeIndent">
16 <property name="ignoreIndentationTokens" type="array">
17 <element value="T_COMMENT"/>
18 <element value="T_DOC_COMMENT_OPEN_TAG" />