Skip to content

Commit

Permalink
Allow using Interface suffix in class names
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilyes512 committed Apr 28, 2021
1 parent 87c6703 commit ce6e39f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion signet-ecs.php
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@
$services->set(RequireMultiLineMethodSignatureSniff::class)
->property('minLineLength', $maxLineLength);
$services->set(SuperfluousAbstractClassNamingSniff::class);
$services->set(SuperfluousInterfaceNamingSniff::class);
$services->set(SuperfluousTraitNamingSniff::class);
$services->set(TraitUseDeclarationSniff::class);
$services->set(JumpStatementsSpacingSniff::class);
Expand Down

0 comments on commit ce6e39f

Please sign in to comment.