Skip to content

Commit 97d277c

Browse files
committed
exclude
1 parent f0efaee commit 97d277c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/config.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
$services->load(
2929
'Symplify\\PhpConfigPrinter\\CaseConverter\\',
3030
__DIR__ . '/../src/CaseConverter'
31-
)->tag(CaseConverterInterface::class);
32-
33-
// \Symplify\PhpConfigPrinter\Contract\NodeVisitor\PrePrintNodeVisitorInterface
31+
)
32+
->exclude(__DIR__ . '/../src/CaseConverter/NestedCaseConverter/InstanceOfNestedCaseConverter.php')
33+
->tag(CaseConverterInterface::class);
3434

3535
$services->load(
3636
'Symplify\\PhpConfigPrinter\\RoutingCaseConverter\\',

0 commit comments

Comments
 (0)