@@ -63,7 +63,7 @@ |
||
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. |