Completed
Push — master ( 635b37...9d1f6a )
by Antonio Carlos
02:14
created
src/Support/Base32.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
      *
36 36
      * @throws InvalidCharactersException
37 37
      *
38
-     * @return int
38
+     * @return string
39 39
      */
40 40
     public function base32Decode($b32)
41 41
     {
@@ -49,9 +49,9 @@  discard block
 block discarded – undo
49 49
     /**
50 50
      * Encode a string to Base32.
51 51
      *
52
-     * @param $string
52
+     * @param string $string
53 53
      *
54
-     * @return mixed
54
+     * @return string
55 55
      */
56 56
     public function toBase32($string)
57 57
     {
Please login to merge, or discard this patch.