@@ -14,7 +14,7 @@ |
||
| 14 | 14 | |
| 15 | 15 | public function create($object, StrategyContainer $strategies, Context $context = null) |
| 16 | 16 | { |
| 17 | - if (! $this->matches($object)) { |
|
| 17 | + if (!$this->matches($object)) { |
|
| 18 | 18 | throw new \InvalidArgumentException( |
| 19 | 19 | sprintf('%s cannot handle objects with the type %s', |
| 20 | 20 | __CLASS__, |