We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51eb2cf commit c5ff72eCopy full SHA for c5ff72e
1 file changed
phpcs.xml
@@ -9,14 +9,8 @@
9
<exclude-pattern>*/vendor/*</exclude-pattern>
10
<exclude-pattern>*/generated/*</exclude-pattern>
11
12
- <!-- Use PSR-12 as base standard -->
13
- <rule ref="PSR12"/>
14
-
15
- <!-- Disable WordPress-specific rules (this is a Magento project) -->
16
- <rule ref="WordPress.Security.EscapeOutput">
17
- <severity>0</severity>
18
- </rule>
19
+ <!-- Use Magento 2 coding standard as base standard -->
+ <rule ref="Magento2"/>
20
<!-- Show progress -->
21
<arg name="colors"/>
22
<arg value="sp"/>
0 commit comments