Skip to content

Commit

Permalink
Remove extra period from docblock (#23543)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntzm authored and taylorotwell committed Mar 14, 2018
1 parent 8913981 commit 669b118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Auth/TokenGuard.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class TokenGuard implements Guard
*
* @param \Illuminate\Contracts\Auth\UserProvider $provider
* @param \Illuminate\Http\Request $request
* @param. string $inputKey
* @param string $inputKey
* @param string $storageKey
* @return void
*/
Expand Down

0 comments on commit 669b118

Please sign in to comment.