Skip to content

Commit

Permalink
Merge pull request #131 from samsonasik/master
Browse files Browse the repository at this point in the history
Fix ReflectionProperty::getValue() to use #[\ReturnTypeWillChange]
  • Loading branch information
lisachenko authored Feb 18, 2024
2 parents a2e2be7 + 36b6cc5 commit 8fc097d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ReflectionProperty.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ public function getName(): string
/**
* @inheritDoc
*/
#[\ReturnTypeWillChange]
public function getValue($object = null)
{
if (!isset($object)) {
Expand Down

0 comments on commit 8fc097d

Please sign in to comment.