We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0efaee commit 97d277cCopy full SHA for 97d277c
config/config.php
@@ -28,9 +28,9 @@
28
$services->load(
29
'Symplify\\PhpConfigPrinter\\CaseConverter\\',
30
__DIR__ . '/../src/CaseConverter'
31
- )->tag(CaseConverterInterface::class);
32
-
33
- // \Symplify\PhpConfigPrinter\Contract\NodeVisitor\PrePrintNodeVisitorInterface
+ )
+ ->exclude(__DIR__ . '/../src/CaseConverter/NestedCaseConverter/InstanceOfNestedCaseConverter.php')
+ ->tag(CaseConverterInterface::class);
34
35
36
'Symplify\\PhpConfigPrinter\\RoutingCaseConverter\\',
0 commit comments