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()
169169 }
170170
171171 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. ' );
173173 }
174174
175175 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. ' );
177177 }
178178
179179 $ container = new ContainerBuilder ();
You can’t perform that action at this time.
0 commit comments