Failed Conditions
Pull Request — master (#590)
by Michael
04:42
created
lib/Doctrine/DBAL/Migrations/Provider/OrmSchemaProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.