Skip to content

Commit 7e84bc1

Browse files
committed
scrutinizer patch
1 parent 04f0fc1 commit 7e84bc1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Model/GeneratorInterface.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ interface GeneratorInterface
66
{
77

88
/**
9-
* @param $alphabet
9+
* @param string $alphabet
1010
* @return $this
1111
*/
1212
public function setAlphabet($alphabet);
1313

1414
/**
15-
* @param $length
15+
* @param integer $length
1616
* @return $this
1717
*/
1818
public function setLength($length);
@@ -21,4 +21,4 @@ public function setLength($length);
2121
* @return string
2222
*/
2323
public function generate();
24-
}
24+
}

0 commit comments

Comments
 (0)