Skip to content

Commit 1de5905

Browse files
committed
docs: add @return
1 parent 2cdf921 commit 1de5905

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Authentication/Actions/EmailActivator.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
use CodeIgniter\Exceptions\PageNotFoundException;
88
use CodeIgniter\HTTP\IncomingRequest;
99
use CodeIgniter\HTTP\RedirectResponse;
10+
use CodeIgniter\HTTP\Response;
1011
use CodeIgniter\Shield\Authentication\Authenticators\Session;
1112
use CodeIgniter\Shield\Entities\User;
1213
use CodeIgniter\Shield\Exceptions\LogicException;
@@ -60,6 +61,8 @@ public function show(): string
6061

6162
/**
6263
* This method is unused.
64+
*
65+
* @return Response|string
6366
*/
6467
public function handle(IncomingRequest $request)
6568
{

0 commit comments

Comments
 (0)