Completed
Push — master ( 6cec72...daf08a )
by Antonio Carlos
01:41
created
src/Generators/AlphaGenerator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     /**
18 18
      * Get the alpha generator.
19 19
      *
20
-     * @return mixed
20
+     * @return \Closure
21 21
      */
22 22
     protected function getNumericGenerator()
23 23
     {
Please login to merge, or discard this patch.
src/Generators/StringGenerator.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@  discard block
 block discarded – undo
8 8
      * Generate a random string.
9 9
      *
10 10
      * @param \Closure $generator
11
-     * @return mixed
11
+     * @return string
12 12
      */
13 13
     protected function generateString($generator)
14 14
     {
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
     /**
25 25
      * Get the alpha generator.
26 26
      *
27
-     * @return mixed
27
+     * @return \Closure
28 28
      */
29 29
     protected function getAlphaGenerator()
30 30
     {
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
     /**
60 60
      * Trim string to expected size.
61 61
      *
62
-     * @param $string
62
+     * @param string $string
63 63
      * @param int|null $size
64 64
      * @return string
65 65
      */
Please login to merge, or discard this patch.