@@ -70,7 +70,7 @@ |
||
70 | 70 | * |
71 | 71 | * @param string $tokenId The id of the token. |
72 | 72 | * |
73 | - * @return AccessToken|null |
|
73 | + * @return \SilverStripe\ORM\DataObject|null |
|
74 | 74 | */ |
75 | 75 | public function findToken(string $tokenId): ?AccessToken |
76 | 76 | { |