File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,14 +120,14 @@ public function dump(array $options = array())
120
120
'namespace ' => '' ,
121
121
'as_files ' => false ,
122
122
'debug ' => true ,
123
- 'hot_path_tag ' => null ,
123
+ 'hot_path_tag ' => ' container.hot_path ' ,
124
124
'inline_class_loader_parameter ' => 'container.dumper.inline_class_loader ' ,
125
125
), $ options );
126
126
127
127
$ this ->namespace = $ options ['namespace ' ];
128
128
$ this ->asFiles = $ options ['as_files ' ];
129
129
$ this ->hotPathTag = $ options ['hot_path_tag ' ];
130
- $ this ->inlineRequires = $ this ->container ->hasParameter ($ options ['inline_class_loader_parameter ' ]) && $ this ->container ->getParameter ($ options ['inline_class_loader_parameter ' ]);
130
+ $ this ->inlineRequires = $ options [ ' inline_class_loader_parameter ' ] && $ this ->container ->hasParameter ($ options ['inline_class_loader_parameter ' ]) && $ this ->container ->getParameter ($ options ['inline_class_loader_parameter ' ]);
131
131
132
132
if (0 !== strpos ($ baseClass = $ options ['base_class ' ], '\\' ) && 'Container ' !== $ baseClass ) {
133
133
$ baseClass = sprintf ('%s\%s ' , $ options ['namespace ' ] ? '\\' .$ options ['namespace ' ] : '' , $ baseClass );
You can’t perform that action at this time.
0 commit comments