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