Skip to content

Commit

Permalink
Merge pull request doctrine#8590 from VincentLanglet/patch-2
Browse files Browse the repository at this point in the history
Fix phpdoc of ClassMetadataInfo::getIdentifierValues
  • Loading branch information
greg0ire authored Apr 4, 2021
2 parents bcb4889 + 76278d8 commit 10572ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ public function getSingleIdReflectionProperty()
*
* @param object $entity
*
* @return array<string|int, mixed>
* @return array<string, mixed>
*/
public function getIdentifierValues($entity)
{
Expand Down

0 comments on commit 10572ec

Please sign in to comment.