Passed
Pull Request — master (#26)
by Damien
04:54
created
src/Provider/Doctrine/Persistence/Event/CreateSchemaListener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
         $storageServices = $this->provider->getStorageServices();
60 60
 
61 61
         \assert(array_values($auditingServices)[0] instanceof AuditingService); // helps PHPStan
62
-        \assert(array_values($storageServices)[0] instanceof StorageService);   // helps PHPStan
62
+        \assert(array_values($storageServices)[0] instanceof StorageService); // helps PHPStan
63 63
         $isSameEntityManager = 1 === \count($auditingServices) && 1 === \count($storageServices)
64 64
             && array_values($auditingServices)[0]->getEntityManager() === array_values($storageServices)[0]->getEntityManager();
65 65
 
Please login to merge, or discard this patch.