Completed
Push — master ( d18190...b4d042 )
by Florent
02:26
created
src/Util/GCM.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@  discard block
 block discarded – undo
72 72
      * @param string $A
73 73
      * @param string $T
74 74
      *
75
-     * @return array|null
75
+     * @return null|string
76 76
      */
77 77
     public function gcm_decrypt($K, $IV, $C, $A, $T) {
78 78
 
@@ -210,8 +210,8 @@  discard block
 block discarded – undo
210 210
     }
211 211
 
212 212
     /**
213
-     * @param $X
214
-     * @param $Y
213
+     * @param string $X
214
+     * @param string $Y
215 215
      *
216 216
      * @return string
217 217
      */
@@ -269,7 +269,7 @@  discard block
 block discarded – undo
269 269
      * @param string $H
270 270
      * @param string $X
271 271
      *
272
-     * @return mixed
272
+     * @return null|string
273 273
      */
274 274
     private function gcm_hash($H, $X) {
275 275
         if(!$H or !$X)
Please login to merge, or discard this patch.