|
@@ -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.