Removed length

This commit is contained in:
Alex Bilbie 2014-08-16 10:57:08 +02:00
parent d32cea1988
commit b9e12a7fec

View File

@ -18,5 +18,5 @@ interface KeyAlgorithmInterface
* @param integer $len Length of the generated code
* @return string
*/
public function generate($len = 40);
public function generate();
}