Skip to content

Commit 873562c

Browse files
committed
Docblocks
1 parent 72c7fe2 commit 873562c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Traits/VerifiesUsers.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ trait VerifiesUsers
2121
* Handle the user verification.
2222
*
2323
* @param string $token
24-
* @return Response
24+
* @return \Illuminate\Http\Response
2525
*/
2626
public function getVerification(Request $request, $token)
2727
{
@@ -49,7 +49,7 @@ public function getVerification(Request $request, $token)
4949
/**
5050
* Show the verification error view.
5151
*
52-
* @return Response
52+
* @return \Illuminate\Http\Response
5353
*/
5454
public function getVerificationError()
5555
{

0 commit comments

Comments
 (0)