File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Symfony/Component/DependencyInjection/Dumper Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ public function dump(array $options = [])
152
152
$ this ->asFiles = $ options ['as_files ' ];
153
153
$ this ->hotPathTag = $ options ['hot_path_tag ' ];
154
154
$ this ->inlineFactories = $ this ->asFiles && $ options ['inline_factories_parameter ' ] && (!$ this ->container ->hasParameter ($ options ['inline_factories_parameter ' ]) || $ this ->container ->getParameter ($ options ['inline_factories_parameter ' ]));
155
- $ this ->inlineRequires = $ options ['inline_class_loader_parameter ' ] && ($ this ->container ->hasParameter ($ options ['inline_class_loader_parameter ' ]) ? $ this ->container ->getParameter ($ options ['inline_class_loader_parameter ' ]) : \PHP_VERSION_ID < 70400 );
155
+ $ this ->inlineRequires = $ options ['inline_class_loader_parameter ' ] && ($ this ->container ->hasParameter ($ options ['inline_class_loader_parameter ' ]) ? $ this ->container ->getParameter ($ options ['inline_class_loader_parameter ' ]) : ( \PHP_VERSION_ID < 70400 || $ options [ ' debug ' ]) );
156
156
$ this ->serviceLocatorTag = $ options ['service_locator_tag ' ];
157
157
158
158
if (0 !== strpos ($ baseClass = $ options ['base_class ' ], '\\' ) && 'Container ' !== $ baseClass ) {
You can’t perform that action at this time.
0 commit comments