Skip to content

Commit

Permalink
Adjust PHPDoc in the MustVerifyEmail contract (#25463)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomHurks authored and taylorotwell committed Sep 5, 2018
1 parent 68a447e commit 529fe54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Auth/MustVerifyEmail.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function hasVerifiedEmail();
/**
* Mark the given user's email as verified.
*
* @return void
* @return bool
*/
public function markEmailAsVerified();

Expand Down

0 comments on commit 529fe54

Please sign in to comment.