fix: ccda zip import and php warnings and deprecations (#7416)
[openemr.git] / ci / phpcs_strict.xml
blobe9583445449c54761932de9cf1a7d8f8e10215b4
1 <?xml version="1.0"?>
2 <ruleset name="OpenEMR Standard">
3   <description>PSR-12</description>
4   <arg name="tab-width" value="4" />
5   <!-- PHP code MUST use only UTF-8 without BOM. -->
6   <rule ref="PSR12" />
7   <exclude-pattern>*/vendor/*</exclude-pattern>
8   <exclude-pattern>*/bower_components/*</exclude-pattern>
9   <exclude-pattern>*/node_modules/*</exclude-pattern>
10   <exclude-pattern>*/public/assets/*</exclude-pattern>
11   <exclude-pattern>*/gacl/*</exclude-pattern>
12   <exclude-pattern>*/library/classes/fpdf/*</exclude-pattern>
13   <exclude-pattern>*/library/classes/smtp/*</exclude-pattern>
14   <exclude-pattern>*/library/classes/PDF_Label.php</exclude-pattern>
15 </ruleset>