We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2a0dae + 5deb808 commit 83b81f3Copy full SHA for 83b81f3
src/Persistence/Event/LoadClassMetadataEventArgs.php
@@ -36,7 +36,11 @@ public function getClassMetadata(): ClassMetadata
36
return $this->classMetadata;
37
}
38
39
- /** Retrieves the associated ObjectManager. */
+ /**
40
+ * Retrieves the associated ObjectManager.
41
+ *
42
+ * @psalm-return TObjectManager
43
+ */
44
public function getObjectManager(): ObjectManager
45
{
46
return $this->objectManager;
0 commit comments