We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cdf921 commit 1de5905Copy full SHA for 1de5905
src/Authentication/Actions/EmailActivator.php
@@ -7,6 +7,7 @@
7
use CodeIgniter\Exceptions\PageNotFoundException;
8
use CodeIgniter\HTTP\IncomingRequest;
9
use CodeIgniter\HTTP\RedirectResponse;
10
+use CodeIgniter\HTTP\Response;
11
use CodeIgniter\Shield\Authentication\Authenticators\Session;
12
use CodeIgniter\Shield\Entities\User;
13
use CodeIgniter\Shield\Exceptions\LogicException;
@@ -60,6 +61,8 @@ public function show(): string
60
61
62
/**
63
* This method is unused.
64
+ *
65
+ * @return Response|string
66
*/
67
public function handle(IncomingRequest $request)
68
{
0 commit comments