@@ -91,7 +91,7 @@ |
||
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 | } |