@@ -45,7 +45,8 @@ discard block |
||
| 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 |
||
| 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) |