Skip to content

Commit 5a38cb1

Browse files
j3j5taylorotwell
authored andcommitted
Fix return docblock for response helper (#25147)
1 parent 3850621 commit 5a38cb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ function resource_path($path = '')
782782
* @param \Illuminate\View\View|string|array|null $content
783783
* @param int $status
784784
* @param array $headers
785-
* @return \Symfony\Component\HttpFoundation\Response|\Illuminate\Contracts\Routing\ResponseFactory
785+
* @return \Illuminate\Http\Response|\Illuminate\Contracts\Routing\ResponseFactory
786786
*/
787787
function response($content = '', $status = 200, array $headers = [])
788788
{

0 commit comments

Comments
 (0)