Skip to content

Commit 77ef56c

Browse files
committed
Merge pull request #5 from morrisonlevi/returntypehinting
Fixed path in test 014.phpt
2 parents 826b404 + 013a96a commit 77ef56c

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)