Skip to content

Commit

Permalink
move SingleFactoryReferenceNodeModifier outside typical option interface
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Dec 16, 2023
1 parent 97d277c commit b08f22e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Symplify\PhpConfigPrinter\ServiceOptionConverter\NodeModifier;
namespace Symplify\PhpConfigPrinter\NodeModifier;

use Nette\Utils\Strings;
use PhpParser\Node\Arg;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use PhpParser\Node\Expr\MethodCall;
use Symplify\PhpConfigPrinter\Contract\Converter\ServiceOptionsKeyYamlToPhpFactoryInterface;
use Symplify\PhpConfigPrinter\NodeFactory\ArgsNodeFactory;
use Symplify\PhpConfigPrinter\ServiceOptionConverter\NodeModifier\SingleFactoryReferenceNodeModifier;
use Symplify\PhpConfigPrinter\NodeModifier\SingleFactoryReferenceNodeModifier;
use Symplify\PhpConfigPrinter\ValueObject\YamlKey;

final class FactoryConfiguratorServiceOptionKeyYamlToPhpFactory implements ServiceOptionsKeyYamlToPhpFactoryInterface
Expand Down

0 comments on commit b08f22e

Please sign in to comment.