Completed
Push — master ( 45f73a...5c3fef )
by Florent
02:28
created
src/Util/GCM.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
      * @param string $A
71 71
      * @param string $T
72 72
      *
73
-     * @return array|null
73
+     * @return null|string
74 74
      */
75 75
     public static function decrypt($K, $IV, $C, $A, $T)
76 76
     {
@@ -205,8 +205,8 @@  discard block
 block discarded – undo
205 205
     }
206 206
 
207 207
     /**
208
-     * @param $X
209
-     * @param $Y
208
+     * @param string $X
209
+     * @param string $Y
210 210
      *
211 211
      * @return string
212 212
      */
@@ -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 string
273 273
      */
274 274
     private static function getHash($H, $X)
275 275
     {
Please login to merge, or discard this patch.