Skip to content

Commit 36b6cc5

Browse files
committed
Fix return type
1 parent b8e46fa commit 36b6cc5

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
@@ -191,6 +191,7 @@ public function getName(): string
191191
/**
192192
* @inheritDoc
193193
*/
194+
#[\ReturnTypeWillChange]
194195
public function getValue($object = null)
195196
{
196197
if (!isset($object)) {

0 commit comments

Comments
 (0)