@@ -10,7 +10,7 @@ use Symfony\Component\DependencyInjection\Exception\RuntimeException;
1010/**
1111 * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
1212 */
13- class getNonSharedFooService extends ProjectServiceContainer
13+ class getNonSharedFooService extends Symfony_DI_PhpDumper_Service_Non_Shared_Lazy_As_File
1414{
1515 /**
1616 * Gets the public 'non_shared_foo' service.
@@ -19,16 +19,16 @@ class getNonSharedFooService extends ProjectServiceContainer
1919 */
2020 public static function do($container, $lazyLoad = true)
2121 {
22- $container->factories['non_shared_foo'] ??= self::do(... );
22+ $container->factories['non_shared_foo'] ??= fn () => self::do($container );
2323
2424 if (true === $lazyLoad) {
25- return $container->createProxy('FooLazyClassGhost0fc418d ', static fn () => \FooLazyClassGhost0fc418d ::createLazyGhost(static fn ($proxy) => self::do($container, $proxy)));
25+ return $container->createProxy('FooLazyClassGhost%s ', static fn () => \FooLazyClassGhost%s ::createLazyGhost(static fn ($proxy) => self::do($container, $proxy)));
2626 }
2727
2828 static $include = true;
2929
3030 if ($include) {
31- include_once $container->targetDir.''.'/Fixtures/includes/foo_lazy .php';
31+ include_once '%sfoo_lazy .php';
3232
3333 $include = false;
3434 }
@@ -37,11 +37,11 @@ class getNonSharedFooService extends ProjectServiceContainer
3737 }
3838}
3939
40- [Container%s/FooLazyClassGhost0fc418d .php] => <?php
40+ [Container%s/FooLazyClassGhost%s .php] => <?php
4141
4242namespace Container%s;
4343
44- class FooLazyClassGhost0fc418d extends \Bar\FooLazyClass implements \Symfony\Component\VarExporter\LazyObjectInterface
44+ class FooLazyClassGhost%s extends \Bar\FooLazyClass implements \Symfony\Component\VarExporter\LazyObjectInterface
4545{
4646 use \Symfony\Component\VarExporter\LazyGhostTrait;
4747
@@ -53,11 +53,11 @@ class_exists(\Symfony\Component\VarExporter\Internal\Hydrator::class);
5353class_exists(\Symfony\Component\VarExporter\Internal\LazyObjectRegistry::class);
5454class_exists(\Symfony\Component\VarExporter\Internal\LazyObjectState::class);
5555
56- if (!\class_exists('FooLazyClassGhost0fc418d ', false)) {
57- \class_alias(__NAMESPACE__.'\\FooLazyClassGhost0fc418d ', 'FooLazyClassGhost0fc418d ', false);
56+ if (!\class_exists('FooLazyClassGhost%s ', false)) {
57+ \class_alias(__NAMESPACE__.'\\FooLazyClassGhost%s ', 'FooLazyClassGhost%s ', false);
5858}
5959
60- [Container%s/ProjectServiceContainer .php] => <?php
60+ [Container%s/Symfony_DI_PhpDumper_Service_Non_Shared_Lazy_As_File .php] => <?php
6161
6262namespace Container%s;
6363
@@ -73,14 +73,12 @@ use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
7373/**
7474 * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
7575 */
76- class ProjectServiceContainer extends Container
76+ class Symfony_DI_PhpDumper_Service_Non_Shared_Lazy_As_File extends Container
7777{
78- protected $targetDir;
7978 protected $parameters = [];
8079
8180 public function __construct(private array $buildParameters = [], protected string $containerDir = __DIR__)
8281 {
83- $this->targetDir = \dirname($containerDir);
8482 $this->services = $this->privates = [];
8583 $this->fileMap = [
8684 'non_shared_foo' => 'getNonSharedFooService',
@@ -124,7 +122,7 @@ class ProjectServiceContainer extends Container
124122 }
125123}
126124
127- [ProjectServiceContainer .preload.php] => <?php
125+ [Symfony_DI_PhpDumper_Service_Non_Shared_Lazy_As_File .preload.php] => <?php
128126
129127// This file has been auto-generated by the Symfony Dependency Injection Component
130128// You can reference it in the "opcache.preload" php.ini setting on PHP >= 7.4 when preloading is desired
@@ -135,9 +133,9 @@ if (in_array(PHP_SAPI, ['cli', 'phpdbg'], true)) {
135133 return;
136134}
137135
138- require dirname(__DIR__, %d). '%svendor/autoload.php';
139- (require __DIR__.'/ProjectServiceContainer .php')->set(\Container%s\ProjectServiceContainer ::class, null);
140- require __DIR__.'/Container%s/FooLazyClassGhost0fc418d .php';
136+ require '%svendor/autoload.php';
137+ (require __DIR__.'/Symfony_DI_PhpDumper_Service_Non_Shared_Lazy_As_File .php')->set(\Container%s\Symfony_DI_PhpDumper_Service_Non_Shared_Lazy_As_File ::class, null);
138+ require __DIR__.'/Container%s/FooLazyClassGhost%s .php';
141139require __DIR__.'/Container%s/getNonSharedFooService.php';
142140
143141$classes = [];
@@ -146,23 +144,23 @@ $classes[] = 'Symfony\Component\DependencyInjection\ContainerInterface';
146144
147145$preloaded = Preloader::preload($classes);
148146
149- [ProjectServiceContainer .php] => <?php
147+ [Symfony_DI_PhpDumper_Service_Non_Shared_Lazy_As_File .php] => <?php
150148
151149// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
152150
153- if (\class_exists(\Container%s\ProjectServiceContainer ::class, false)) {
151+ if (\class_exists(\Container%s\Symfony_DI_PhpDumper_Service_Non_Shared_Lazy_As_File ::class, false)) {
154152 // no-op
155- } elseif (!include __DIR__.'/Container%s/ProjectServiceContainer .php') {
153+ } elseif (!include __DIR__.'/Container%s/Symfony_DI_PhpDumper_Service_Non_Shared_Lazy_As_File .php') {
156154 touch(__DIR__.'/Container%s.legacy');
157155
158156 return;
159157}
160158
161- if (!\class_exists(ProjectServiceContainer ::class, false)) {
162- \class_alias(\Container%s\ProjectServiceContainer ::class, ProjectServiceContainer ::class, false);
159+ if (!\class_exists(Symfony_DI_PhpDumper_Service_Non_Shared_Lazy_As_File ::class, false)) {
160+ \class_alias(\Container%s\Symfony_DI_PhpDumper_Service_Non_Shared_Lazy_As_File ::class, Symfony_DI_PhpDumper_Service_Non_Shared_Lazy_As_File ::class, false);
163161}
164162
165- return new \Container%s\ProjectServiceContainer ([
163+ return new \Container%s\Symfony_DI_PhpDumper_Service_Non_Shared_Lazy_As_File ([
166164 'container.build_hash' => '%s',
167165 'container.build_id' => '%s',
168166 'container.build_time' => %d,
0 commit comments