Skip to content

Commit

Permalink
Merge pull request #506 from greg0ire/relax-identity-type
Browse files Browse the repository at this point in the history
Relax type of identifiers
  • Loading branch information
greg0ire authored Dec 10, 2024
2 parents 2a32641 + ce28039 commit a367a09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ReferenceRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function __construct(ObjectManager $manager)
* @param object $reference Reference object
* @param object $uow Unit of work
*
* @return array
* @return mixed
*/
protected function getIdentifier(object $reference, object $uow)
{
Expand Down Expand Up @@ -324,7 +324,7 @@ public function getIdentities()
/**
* Get all stored identities
*
* @phpstan-return array<class-string, array<string, object>>
* @phpstan-return array<class-string, array<string, mixed>>
*/
public function getIdentitiesByClass(): array
{
Expand Down

0 comments on commit a367a09

Please sign in to comment.