Skip to content

Commit 915e61c

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: add missing return type-hints Fix test
2 parents 333cfc8 + 7126dfd commit 915e61c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Fixtures/TestClassMagicGet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function __get(string $property)
4040
}
4141
}
4242

43-
public function __isset(string $property)
43+
public function __isset(string $property): bool
4444
{
4545
return \in_array($property, ['magicProperty', 'constantMagicProperty'], true);
4646
}

0 commit comments

Comments
 (0)