Passed
Pull Request — master (#24)
by Damien
04:51
created
src/Provider/Doctrine/Persistence/Event/CreateSchemaListener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
         }
61 61
 
62 62
         $storageService = $this->provider->getStorageServiceForEntity($metadata->name);
63
-        \assert($storageService instanceof StorageService);     // helps PHPStan
63
+        \assert($storageService instanceof StorageService); // helps PHPStan
64 64
         $connection = $storageService->getEntityManager()->getConnection();
65 65
         $storageSchemaManager = $connection->getSchemaManager();
66 66
         $fromSchema = $storageSchemaManager->createSchema();
Please login to merge, or discard this patch.