Skip to content

Commit 79eb355

Browse files
committed
Fixed failing reflection test case.
1 parent a376173 commit 79eb355

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ext/reflection/tests/ReflectionClass_toString_001.phpt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,9 @@ Class [ <internal:Reflection> class ReflectionClass implements Reflector, String
110110

111111
Method [ <internal:Reflection> public method getAttributes ] {
112112

113-
- Parameters [1] {
114-
Parameter #0 [ <optional> $name ]
113+
- Parameters [2] {
114+
Parameter #0 [ <optional> ?string $name ]
115+
Parameter #1 [ <optional> bool $inheritance ]
115116
}
116117
}
117118

0 commit comments

Comments
 (0)