File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55namespace Symplify \PhpConfigPrinter \NodeFactory \Service ;
66
77use PhpParser \Node \Expr \MethodCall ;
8- use Symplify \PhpConfigPrinter \Converter \ServiceOptionsKeyYamlToPhpFactory \TagsServiceOptionKeyYamlToPhpFactory ;
98use Symplify \PhpConfigPrinter \NodeFactory \ArgsNodeFactory ;
9+ use Symplify \PhpConfigPrinter \ServiceOptionConverter \TagsServiceOptionKeyYamlToPhpFactory ;
1010use Symplify \PhpConfigPrinter \ValueObject \YamlKey ;
1111
1212final class AutoBindNodeFactory
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- namespace Symplify \PhpConfigPrinter \Converter \ ServiceOptionsKeyYamlToPhpFactory ;
5+ namespace Symplify \PhpConfigPrinter \ServiceOptionConverter ;
66
77use Nette \Utils \Arrays ;
88use PhpParser \BuilderHelpers ;
You can’t perform that action at this time.
0 commit comments