Skip to content

Commit

Permalink
fix docblock type
Browse files Browse the repository at this point in the history
  • Loading branch information
browner12 authored Nov 16, 2016
1 parent c6cb8b8 commit 52b182c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Illuminate/Foundation/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ function auth($guard = null)
/**
* Create a new redirect response to the previous location.
*
* @param int $status
* @param array $headers
* @param bool $fallback
* @param int $status
* @param array $headers
* @param string $fallback
* @return \Illuminate\Http\RedirectResponse
*/
function back($status = 302, $headers = [], $fallback = false)
Expand Down

0 comments on commit 52b182c

Please sign in to comment.