Skip to content

Commit a367a09

Browse files
authored
Merge pull request #506 from greg0ire/relax-identity-type
Relax type of identifiers
2 parents 2a32641 + ce28039 commit a367a09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ReferenceRepository.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function __construct(ObjectManager $manager)
7373
* @param object $reference Reference object
7474
* @param object $uow Unit of work
7575
*
76-
* @return array
76+
* @return mixed
7777
*/
7878
protected function getIdentifier(object $reference, object $uow)
7979
{
@@ -324,7 +324,7 @@ public function getIdentities()
324324
/**
325325
* Get all stored identities
326326
*
327-
* @phpstan-return array<class-string, array<string, object>>
327+
* @phpstan-return array<class-string, array<string, mixed>>
328328
*/
329329
public function getIdentitiesByClass(): array
330330
{

0 commit comments

Comments
 (0)