Browse Source

Fix PHPCS

mscherer 2 years ago
parent
commit
e575a8e14b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      phpcs.xml

+ 1 - 1
phpcs.xml

@@ -16,7 +16,7 @@
 	<rule ref="PSR1.Classes.ClassDeclaration.MissingNamespace">
 		<exclude-pattern>*/config/Migrations/*</exclude-pattern>
 	</rule>
-	<rule ref="Spryker.Classes.ClassFileName.NoMatch">
+	<rule ref="PhpCollective.Classes.ClassFileName.NoMatch">
 		<exclude-pattern>*/config/Migrations/*</exclude-pattern>
 	</rule>