Skip to content

Commit

Permalink
Merge pull request #6395 from xreal/patch-1
Browse files Browse the repository at this point in the history
[5.0] Corrected `response` Return Types
  • Loading branch information
taylorotwell committed Nov 20, 2014
2 parents d971e2b + 32d4f56 commit cda27de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ function redirect($to = null, $status = 302, $headers = array(), $secure = null)
* @param string $content
* @param int $status
* @param array $headers
* @return \Symfony\Component\HttpFoundation\Response
* @return \Symfony\Component\HttpFoundation\Response|\Illuminate\Contracts\Routing\ResponseFactory
*/
function response($content = '', $status = 200, array $headers = array())
{
Expand Down

0 comments on commit cda27de

Please sign in to comment.