Completed
Push — master ( e3445c...70a728 )
by Leith
07:39
created
src/Message/HasCardFields.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
 
46 46
     /**
47 47
      * @param string $key  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
+     * @return null|string  Value if it's present in the response, null if it's not
49 49
      */
50 50
     protected function getResponseField($key)
51 51
     {
Please login to merge, or discard this patch.