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 @@ -169,11 +169,11 @@ protected function getContainerBuilder()
169
169
}
170
170
171
171
if (!$ this ->getApplication ()->getKernel ()->isDebug ()) {
172
- throw new \LogicException (sprintf ( 'Debug information about the container is only available in debug mode. ' ) );
172
+ throw new \LogicException ('Debug information about the container is only available in debug mode. ' );
173
173
}
174
174
175
175
if (!is_file ($ cachedFile = $ this ->getContainer ()->getParameter ('debug.container.dump ' ))) {
176
- throw new \LogicException (sprintf ( 'Debug information about the container could not be found. Please clear the cache and try again. ' ) );
176
+ throw new \LogicException ('Debug information about the container could not be found. Please clear the cache and try again. ' );
177
177
}
178
178
179
179
$ container = new ContainerBuilder ();
You can’t perform that action at this time.
0 commit comments