summaryrefslogtreecommitdiff
path: root/tests/lang/type_hints_001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/type_hints_001.phpt')
-rw-r--r--tests/lang/type_hints_001.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lang/type_hints_001.phpt b/tests/lang/type_hints_001.phpt
index e8a2ffa9e3..b3ee12b124 100644
--- a/tests/lang/type_hints_001.phpt
+++ b/tests/lang/type_hints_001.phpt
@@ -22,7 +22,6 @@ type_hint_foo($bar);
?>
--EXPECTF--
-
Fatal error: Uncaught TypeError: Argument 1 passed to type_hint_foo() must be an instance of Foo, instance of Bar given, called in %s on line 16 and defined in %s:9
Stack trace:
#0 %s(%d): type_hint_foo(Object(Bar))