@@ -20,7 +20,7 @@ |
||
| 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 | |