mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-05 19:43:56 +05:30
Missing parameter
This commit is contained in:
parent
17dfc897b4
commit
1c2ec943e9
@ -18,5 +18,5 @@ interface KeyAlgorithmInterface
|
|||||||
* @param integer $len Length of the generated code
|
* @param integer $len Length of the generated code
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function generate();
|
public function generate($len);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user