Missing parameter

This commit is contained in:
Alex Bilbie 2014-11-07 01:35:59 +00:00
parent 17dfc897b4
commit 1c2ec943e9

View File

@ -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);
} }