Skip to content

Commit 4aabbd4

Browse files
brendttaylorotwell
authored andcommitted
[5.6] Support Illuminate\View\View @param type on response() helper (#24947)
* Support Illuminate\View\View @param type on response() helper * Update helpers.php
1 parent 7bc1103 commit 4aabbd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/helpers.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ function resource_path($path = '')
779779
/**
780780
* Return a new response from the application.
781781
*
782-
* @param string|array|null $content
782+
* @param \Illuminate\View\View|string|array|null $content
783783
* @param int $status
784784
* @param array $headers
785785
* @return \Symfony\Component\HttpFoundation\Response|\Illuminate\Contracts\Routing\ResponseFactory

0 commit comments

Comments
 (0)