@@ -18,7 +18,7 @@ |
||
18 | 18 | |
19 | 19 | public function __construct($em) |
20 | 20 | { |
21 | - if (! $this->isEntityManager($em)) { |
|
21 | + if (!$this->isEntityManager($em)) { |
|
22 | 22 | throw new \InvalidArgumentException(sprintf( |
23 | 23 | '$em is not a valid Doctrine ORM Entity Manager, got "%s"', |
24 | 24 | is_object($em) ? get_class($em) : gettype($em) |