mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Missing parameter
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user