Completed
Push — master ( 2cf7d5...e3445c )
by Leith
08:58
created
src/Message/HasCardFields.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,8 @@  discard block
 block discarded – undo
45 45
 
46 46
     /**
47 47
      * @param string  Field to look for in the response (case-sensitive)
48
-     * @return mixed|null  Value if it's present in the response, null if it's not
48
+     * @param string $key
49
+     * @return null|string  Value if it's present in the response, null if it's not
49 50
      */
50 51
     protected function getResponseField($key)
51 52
     {
@@ -58,6 +59,7 @@  discard block
 block discarded – undo
58 59
 
59 60
     /**
60 61
      * @param string  Expiry date in "yymm" format
62
+     * @param null|string $yymm
61 63
      * @return int[]|null[]  Array with two elements, year and month
62 64
      */
63 65
     protected function convertExpiryDate($yymm)
Please login to merge, or discard this patch.