@@ -26,7 +26,7 @@ |
||
26 | 26 | /** |
27 | 27 | * Check if the token is valid |
28 | 28 | * |
29 | - * @param string $token |
|
29 | + * @param string $api_token |
|
30 | 30 | * @return boolean |
31 | 31 | */ |
32 | 32 | public static function checkToken(string $api_token = null) : bool |