Skip to content

Commit c5ff72e

Browse files
dermatzCopilot
andauthored
Update phpcs.xml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 51eb2cf commit c5ff72e

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

phpcs.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,8 @@
99
<exclude-pattern>*/vendor/*</exclude-pattern>
1010
<exclude-pattern>*/generated/*</exclude-pattern>
1111

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-
12+
<!-- Use Magento 2 coding standard as base standard -->
13+
<rule ref="Magento2"/>
2014
<!-- Show progress -->
2115
<arg name="colors"/>
2216
<arg value="sp"/>

0 commit comments

Comments
 (0)