File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ public function dump(array $options = [])
157
157
$ this ->asFiles = $ options ['as_files ' ];
158
158
$ this ->hotPathTag = $ options ['hot_path_tag ' ];
159
159
$ this ->preloadTags = $ options ['preload_tags ' ];
160
- $ this ->inlineFactories = $ this ->asFiles && $ options ['inline_factories_parameter ' ] && (! $ this ->container ->hasParameter ($ options ['inline_factories_parameter ' ]) || $ this ->container ->getParameter ($ options ['inline_factories_parameter ' ]) );
160
+ $ this ->inlineFactories = $ this ->asFiles && $ options ['inline_factories_parameter ' ] && $ this ->container ->hasParameter ($ options ['inline_factories_parameter ' ]) && $ this ->container ->getParameter ($ options ['inline_factories_parameter ' ]);
161
161
$ 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 ' ]));
162
162
$ this ->serviceLocatorTag = $ options ['service_locator_tag ' ];
163
163
You can’t perform that action at this time.
0 commit comments