Skip to content

Commit

Permalink
[Maintenance] Fix missing import in ECS config
Browse files Browse the repository at this point in the history
  • Loading branch information
coldic3 committed May 2, 2022
1 parent e389f53 commit 27ebee0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ecs.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/

use PhpCsFixer\Fixer\ClassNotation\VisibilityRequiredFixer;
use PhpCsFixer\Fixer\Comment\HeaderCommentFixer;
use SlevomatCodingStandard\Sniffs\Commenting\InlineDocCommentDeclarationSniff;
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
use Symplify\EasyCodingStandard\ValueObject\Option;
Expand Down

0 comments on commit 27ebee0

Please sign in to comment.