Skip to content

Commit 67849a5

Browse files
Merge branch '5.4' into 6.4
* 5.4: Fix test
2 parents 304e555 + b58ea31 commit 67849a5

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)