Completed
Branch master (1152cd)
by Derek Stephen
10:01
created
src/GoogleAuthenticator.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@  discard block
 block discarded – undo
142 142
      *
143 143
      * @param int $length
144 144
      *
145
-     * @return PHPGangsta_GoogleAuthenticator
145
+     * @return GoogleAuthenticator
146 146
      */
147 147
     public function setCodeLength($length)
148 148
     {
@@ -154,9 +154,9 @@  discard block
 block discarded – undo
154 154
     /**
155 155
      * Helper class to decode base32.
156 156
      *
157
-     * @param $secret
157
+     * @param string $secret
158 158
      *
159
-     * @return bool|string
159
+     * @return string|false
160 160
      */
161 161
     protected function _base32Decode($secret)
162 162
     {
@@ -201,7 +201,7 @@  discard block
 block discarded – undo
201 201
     /**
202 202
      * Get array with all 32 characters for decoding from/encoding to base32.
203 203
      *
204
-     * @return array
204
+     * @return string[]
205 205
      */
206 206
     protected function _getBase32LookupTable()
207 207
     {
Please login to merge, or discard this patch.