We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 333cfc8 + 7126dfd commit 915e61cCopy full SHA for 915e61c
Tests/Fixtures/TestClassMagicGet.php
@@ -40,7 +40,7 @@ public function __get(string $property)
40
}
41
42
43
- public function __isset(string $property)
+ public function __isset(string $property): bool
44
{
45
return \in_array($property, ['magicProperty', 'constantMagicProperty'], true);
46
0 commit comments