We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04f0fc1 commit 7e84bc1Copy full SHA for 7e84bc1
1 file changed
Model/GeneratorInterface.php
@@ -6,13 +6,13 @@ interface GeneratorInterface
6
{
7
8
/**
9
- * @param $alphabet
+ * @param string $alphabet
10
* @return $this
11
*/
12
public function setAlphabet($alphabet);
13
14
15
- * @param $length
+ * @param integer $length
16
17
18
public function setLength($length);
@@ -21,4 +21,4 @@ public function setLength($length);
21
* @return string
22
23
public function generate();
24
-}
+}
0 commit comments