Skip to content

Commit 0380b54

Browse files
fix build now that we don't have a tentative return type
1 parent f33b64e commit 0380b54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/reflection/php_reflection_arginfo.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ext/reflection/tests/ReflectionClass_toString_001.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ Class [ <internal:Reflection> class ReflectionClass implements Stringable, Refle
338338
Parameter #0 [ <required> array $data ]
339339
Parameter #1 [ <optional> array $args = [] ]
340340
}
341-
- Tentative return [ ?object ]
341+
- Return [ ?object ]
342342
}
343343

344344
Method [ <internal:Reflection> public method newLazyGhost ] {

0 commit comments

Comments
 (0)