Completed
Push — master ( ddb88a...233a0f )
by Tomasz
03:52 queued 01:00
created
CommandQueueBundle/DependencyInjection/Pass/CommandProcessorPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
         }
92 92
         $refl = new ReflectionClass($def->getClass());
93 93
         if (!$refl->implementsInterface(CommandProcessorInterface::class)) {
94
-            throw new InvalidArgumentException(sprintf('The service "%s" has to implement ' . CommandProcessorInterface::class . '.', $id));
94
+            throw new InvalidArgumentException(sprintf('The service "%s" has to implement '.CommandProcessorInterface::class.'.', $id));
95 95
         }
96 96
     }
97 97
 }
Please login to merge, or discard this patch.