Skip to content

Commit 8534f8d

Browse files
committed
Tests/GetMemberPropertiesTest: minor tweak
... to improve the descriptiveness of one test.
1 parent fad8ffe commit 8534f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Core/File/GetMemberPropertiesTest.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ $anon = class() {
245245
public readonly int $readonly;
246246

247247
/* testPHP81ReadonlyWithNullableType */
248-
public readonly ?array $array;
248+
public readonly ?array $readonlyWithNullableType;
249249

250250
/* testPHP81ReadonlyWithUnionType */
251251
public readonly string|int $readonlyWithUnionType;

0 commit comments

Comments
 (0)