Skip to content

Commit 94d80a3

Browse files
committed
Fix PHPCS
1 parent b16a56e commit 94d80a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: phpcs.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<rule ref="PSR1.Classes.ClassDeclaration.MissingNamespace">
1313
<exclude-pattern>*/config/Migrations/*</exclude-pattern>
1414
</rule>
15-
<rule ref="Spryker.Classes.ClassFileName.NoMatch">
15+
<rule ref="PhpCollective.Classes.ClassFileName.NoMatch">
1616
<exclude-pattern>*/config/Migrations/*</exclude-pattern>
1717
</rule>
1818
</ruleset>

0 commit comments

Comments
 (0)