Test Failed
Pull Request — master (#25)
by Florian
08:55
created
src/Provider/Doctrine/Persistence/Event/CreateSchemaListener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
         }
64 64
 
65 65
         $storageService = $this->provider->getStorageServiceForEntity($metadata->name);
66
-        \assert($storageService instanceof StorageService);     // helps PHPStan
66
+        \assert($storageService instanceof StorageService); // helps PHPStan
67 67
 
68 68
         // execute schema updates directly if entity manager has no metadata.
69 69
         // doctrine:schema:update will exit early, as no mapping is configured.
Please login to merge, or discard this patch.