Completed
Push — master ( ea85f7...2cf7d5 )
by Leith
08:27
created
src/Message/HasCardFields.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -41,6 +41,9 @@  discard block
 block discarded – undo
41 41
         return $type;
42 42
     }
43 43
 
44
+    /**
45
+     * @param string $key
46
+     */
44 47
     protected function getResponseField($key)
45 48
     {
46 49
         if (!$this->isSuccessful()) {
@@ -50,6 +53,9 @@  discard block
 block discarded – undo
50 53
         return isset($lookup->$key) ? (string) $lookup->$key : null;
51 54
     }
52 55
 
56
+    /**
57
+     * @param null|string $yymm
58
+     */
53 59
     protected function convertExpiryDate($yymm)
54 60
     {
55 61
         if (preg_match('/([0-9]{2})([0-9]{2})/', $yymm, $match)) {
Please login to merge, or discard this patch.