Skip to content

Commit

Permalink
exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Dec 16, 2023
1 parent f0efaee commit 97d277c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
$services->load(
'Symplify\\PhpConfigPrinter\\CaseConverter\\',
__DIR__ . '/../src/CaseConverter'
)->tag(CaseConverterInterface::class);

// \Symplify\PhpConfigPrinter\Contract\NodeVisitor\PrePrintNodeVisitorInterface
)
->exclude(__DIR__ . '/../src/CaseConverter/NestedCaseConverter/InstanceOfNestedCaseConverter.php')
->tag(CaseConverterInterface::class);

$services->load(
'Symplify\\PhpConfigPrinter\\RoutingCaseConverter\\',
Expand Down

0 comments on commit 97d277c

Please sign in to comment.