Skip to content

Commit

Permalink
add additional return types to auth() helper docblock (#14173)
Browse files Browse the repository at this point in the history
  • Loading branch information
ockle authored and taylorotwell committed Jun 30, 2016
1 parent a8df2de commit bf987ea
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 @@ -138,7 +138,7 @@ function asset($path, $secure = null)
* Get the available auth instance.
*
* @param string|null $guard
* @return \Illuminate\Contracts\Auth\Factory
* @return \Illuminate\Contracts\Auth\Factory|\Illuminate\Contracts\Auth\Guard|\Illuminate\Contracts\Auth\StatefulGuard
*/
function auth($guard = null)
{
Expand Down

0 comments on commit bf987ea

Please sign in to comment.