@@ -30,7 +30,7 @@ discard block |
||
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) |
@@ -55,7 +55,7 @@ discard block |
||
55 | 55 | */ |
56 | 56 | public function countMatching(SpecificationInterface $specification, ModifierInterface $modifier = null) |
57 | 57 | { |
58 | - if (! $specification->isSatisfiedBy($this->getEntityName())) { |
|
58 | + if (!$specification->isSatisfiedBy($this->getEntityName())) { |
|
59 | 59 | throw new LogicException(sprintf( |
60 | 60 | 'Specification "%s" not supported by this repository!', |
61 | 61 | get_class($specification) |