@@ -30,7 +30,7 @@ |
||
30 | 30 | */ |
31 | 31 | public function match(SpecificationInterface $specification, ModifierInterface $modifier = null) |
32 | 32 | { |
33 | - if (! $specification->isSatisfiedBy($this->getEntityName())) { |
|
33 | + if (!$specification->isSatisfiedBy($this->getEntityName())) { |
|
34 | 34 | throw new LogicException(sprintf( |
35 | 35 | 'Specification "%s" not supported by this repository!', |
36 | 36 | get_class($specification) |