Passed
Branch develop (f6e457)
by Denis
02:48
created
tests/functional/Test/MakePublicCompilerPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     public function process(ContainerBuilder $container)
19 19
     {
20 20
         if (false === $container->hasDefinition($this->class)) {
21
-            throw new LogicException($this->class . ' must be registered');
21
+            throw new LogicException($this->class.' must be registered');
22 22
         }
23 23
 
24 24
         $conditionManagerDefinition = $container->getDefinition($this->class);
Please login to merge, or discard this patch.