Completed
Push — master ( 4bde32...7747d8 )
by Antonio Carlos
02:10
created
src/Support/Base32.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
      *
37 37
      * @throws InvalidCharactersException
38 38
      *
39
-     * @return int
39
+     * @return string
40 40
      */
41 41
     public function base32Decode($b32)
42 42
     {
@@ -50,9 +50,9 @@  discard block
 block discarded – undo
50 50
     /**
51 51
      * Encode a string to Base32.
52 52
      *
53
-     * @param $string
53
+     * @param string $string
54 54
      *
55
-     * @return mixed
55
+     * @return string
56 56
      */
57 57
     public function toBase32($string)
58 58
     {
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
     /**
78 78
      * Validate the secret.
79 79
      *
80
-     * @param $b32
80
+     * @param string $b32
81 81
      */
82 82
     protected function validateSecret($b32)
83 83
     {
Please login to merge, or discard this patch.