Completed
Push — master ( 6577e3...2afeb5 )
by Antonio Carlos
04:50
created
src/Generators.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
     /**
47 47
      * Get the alpha generator.
48 48
      *
49
-     * @return mixed
49
+     * @return \Closure
50 50
      */
51 51
     protected function getAlphaGenerator()
52 52
     {
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
     /**
59 59
      * Get the alpha generator.
60 60
      *
61
-     * @return mixed
61
+     * @return \Closure
62 62
      */
63 63
     protected function getNumericGenerator()
64 64
     {
Please login to merge, or discard this patch.