Added more type-hints
This commit is contained in:
parent
3f74a59f73
commit
c6c936a80f
7 changed files with 46 additions and 53 deletions
|
@ -36,7 +36,6 @@ class OpenWebAuthToken
|
|||
* @param int $uid The user ID.
|
||||
* @param string $token
|
||||
* @param string $meta
|
||||
*
|
||||
* @return boolean
|
||||
* @throws \Exception
|
||||
*/
|
||||
|
@ -80,6 +79,7 @@ class OpenWebAuthToken
|
|||
*
|
||||
* @param string $type Verify type.
|
||||
* @param string $interval SQL compatible time interval
|
||||
* @return void
|
||||
* @throws \Exception
|
||||
*/
|
||||
public static function purge(string $type, string $interval)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue