summaryrefslogtreecommitdiff
path: root/Zend/tests/object_types/type_hint_reflection.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/object_types/type_hint_reflection.phpt')
-rw-r--r--Zend/tests/object_types/type_hint_reflection.phpt3
1 files changed, 1 insertions, 2 deletions
diff --git a/Zend/tests/object_types/type_hint_reflection.phpt b/Zend/tests/object_types/type_hint_reflection.phpt
index 8968e35d6c..c5059e0b68 100644
--- a/Zend/tests/object_types/type_hint_reflection.phpt
+++ b/Zend/tests/object_types/type_hint_reflection.phpt
@@ -21,11 +21,10 @@ var_dump($typeHintTwo->isBuiltin(), (string)$typeHintTwo);
$typeHinta = (new ReflectionFunction('a'))->getParameters()[0]->getType();
var_dump($typeHinta->isBuiltin(), (string)$typeHinta);
-
--EXPECTF--
bool(true)
string(6) "object"
bool(true)
string(6) "object"
bool(true)
-string(6) "object" \ No newline at end of file
+string(6) "object"