summaryrefslogtreecommitdiff
path: root/Zend/tests/object_types/missing_return_type_inheritance_in_class.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/object_types/missing_return_type_inheritance_in_class.phpt')
-rw-r--r--Zend/tests/object_types/missing_return_type_inheritance_in_class.phpt3
1 files changed, 1 insertions, 2 deletions
diff --git a/Zend/tests/object_types/missing_return_type_inheritance_in_class.phpt b/Zend/tests/object_types/missing_return_type_inheritance_in_class.phpt
index 138ae1f5b5..023ae58634 100644
--- a/Zend/tests/object_types/missing_return_type_inheritance_in_class.phpt
+++ b/Zend/tests/object_types/missing_return_type_inheritance_in_class.phpt
@@ -10,6 +10,5 @@ class One {
class Two extends One {
public function a() {}
}
-
--EXPECTF--
-Fatal error: Declaration of Two::a() must be compatible with One::a(): object in %s on line 9 \ No newline at end of file
+Fatal error: Declaration of Two::a() must be compatible with One::a(): object in %s on line 9