code format

This commit is contained in:
Julien Fastré 2015-02-10 22:26:33 +01:00
parent 756a188817
commit 3f4132e23d

View File

@ -33,7 +33,7 @@ class SearchableServicesCompilerPass implements CompilerPassInterface
*/ */
public function process(ContainerBuilder $container) public function process(ContainerBuilder $container)
{ {
if (!$container->hasDefinition('chill.main.search_provider')) { if (!$container->hasDefinition('chill.main.search_provider')) {
throw new \LogicException('service chill.main.search_provider ' throw new \LogicException('service chill.main.search_provider '
. 'is not defined.'); . 'is not defined.');
} }