mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[Maintenance] Exclude copied IRI converter in ECS config
This commit is contained in:
parent
f228ac933e
commit
334aef2a6c
1 changed files with 1 additions and 0 deletions
1
ecs.php
1
ecs.php
|
|
@ -26,6 +26,7 @@ return static function (ECSConfig $config): void {
|
|||
InlineDocCommentDeclarationSniff::class . '.NoAssignment',
|
||||
VisibilityRequiredFixer::class => ['*Spec.php'],
|
||||
'**/var/*',
|
||||
'src/Sylius/Behat/Service/Converter/IriConverter.php',
|
||||
]);
|
||||
$config->ruleWithConfiguration(
|
||||
HeaderCommentFixer::class,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue