Completed
Pull Request — master (#143)
by Kristof
09:50 queued 04:32
created
src/EventHandling/DomainMessage/AnyOf.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 
21 21
         foreach ($specifications as $specification) {
22 22
             if (!$specification instanceof SpecificationInterface) {
23
-                throw new \InvalidArgumentException('Argument should implement '  . SpecificationInterface::class);
23
+                throw new \InvalidArgumentException('Argument should implement ' . SpecificationInterface::class);
24 24
             }
25 25
         }
26 26
 
Please login to merge, or discard this patch.