Skip to content

Commit 013a96a

Browse files
committed
Fixed path in test 014.phpt
1 parent 826b404 commit 013a96a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/tests/return_hint/014.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function foo() : array {
77
}
88
?>
99
--EXPECTF--
10-
Fatal error: Generators may only yield objects, array is not a valid type in /usr/src/php-src/Zend/tests/return_hint/014.php on line 3
10+
Fatal error: Generators may only yield objects, array is not a valid type in %s on line 3
1111

1212

1313

0 commit comments

Comments
 (0)