Skip to content

Commit

Permalink
bug Sylius#13920 [Maintenance] Fix missing import in ECS config (cold…
Browse files Browse the repository at this point in the history
…ic3)

This PR was merged into the 1.11 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.11
| Bug fix?        | yes                                                       |
| New feature?    | no                                                       |
| BC breaks?      | no                                                       |
| Deprecations?   | no
| Related tickets | |
| License         | MIT                                                          |

`HeaderCommentFixer` was provided in Sylius#13890. Something went wrong during the upmerge I think and now ECS doesn't work on `1.11` and `master` branches.

Commits
-------

27ebee0 [Maintenance] Fix missing import in ECS config
  • Loading branch information
lchrusciel authored May 4, 2022
2 parents e389f53 + 27ebee0 commit fcb043f
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 fcb043f

Please sign in to comment.