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