Skip to content

Commit 8fc097d

Browse files
authored
Merge pull request #131 from samsonasik/master
Fix ReflectionProperty::getValue() to use #[\ReturnTypeWillChange]
2 parents a2e2be7 + 36b6cc5 commit 8fc097d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ReflectionProperty.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ public function getName(): string
193193
/**
194194
* @inheritDoc
195195
*/
196+
#[\ReturnTypeWillChange]
196197
public function getValue($object = null)
197198
{
198199
if (!isset($object)) {

0 commit comments

Comments
 (0)