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 2a32641 + ce28039 commit a367a09Copy full SHA for a367a09
src/ReferenceRepository.php
@@ -73,7 +73,7 @@ public function __construct(ObjectManager $manager)
73
* @param object $reference Reference object
74
* @param object $uow Unit of work
75
*
76
- * @return array
+ * @return mixed
77
*/
78
protected function getIdentifier(object $reference, object $uow)
79
{
@@ -324,7 +324,7 @@ public function getIdentities()
324
/**
325
* Get all stored identities
326
327
- * @phpstan-return array<class-string, array<string, object>>
+ * @phpstan-return array<class-string, array<string, mixed>>
328
329
public function getIdentitiesByClass(): array
330
0 commit comments