Skip to content

Commit a2b7565

Browse files
minor #42490 More return type fixes (bis) (nicolas-grekas)
This PR was merged into the 5.4 branch. Discussion ---------- More return type fixes (bis) | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Commits ------- c6a20b4e4d More return type fixes (bis)
2 parents 8b1cebb + 928ae01 commit a2b7565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Mapping/MemberMetadataTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public function getPropertyValue($object)
112112
{
113113
}
114114

115-
protected function newReflectionMember($object): object
115+
protected function newReflectionMember($object): \ReflectionMethod
116116
{
117117
}
118118
}

0 commit comments

Comments
 (0)