Skip to content

Commit b8e4bae

Browse files
committed
Switch to PSR-2 standard
1 parent 628b9ab commit b8e4bae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpcs.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf.net/ruleset_xml_schema.xsd"
66
xsi:noNamespaceSchemaLocation="http://pmd.sf.net/ruleset_xml_schema.xsd">
77
<description>PHPCS</description>
8-
<!--<exclude-pattern>path/to/exclude/*</exclude-pattern>-->
9-
<rule ref="./vendor/mediact/coding-standard/src/MediaCT"/>
8+
9+
<rule ref="PSR2" />
1010

1111
<rule ref="Generic.NamingConventions.CamelCapsFunctionName.NotCamelCaps">
1212
<exclude-pattern>tests/Fixture/functions.php</exclude-pattern>

0 commit comments

Comments
 (0)