Total Complexity | 3 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Changes | 3 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | trait VerifiesPendingEmails |
||
8 | { |
||
9 | /** |
||
10 | * Mark the user's new email address as verified. |
||
11 | * |
||
12 | * @param string $token |
||
13 | * |
||
14 | * @throws \ProtoneMedia\LaravelVerifyNewEmail\Http\InvalidVerificationLinkException |
||
15 | */ |
||
16 | public function verify(string $token) |
||
31 | } |
||
32 | |||
33 | protected function authenticated() |
||
38 |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.