Completed
Pull Request — master (#353)
by
unknown
02:14
created
lib/Payone/Api/Request/Parameter/Vauthorization/PersonalData.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@  discard block
 block discarded – undo
105 105
     }
106 106
 
107 107
     /**
108
-     * @return string
108
+     * @return integer
109 109
      */
110 110
     public function getBirthday()
111 111
     {
@@ -311,7 +311,7 @@  discard block
 block discarded – undo
311 311
     }
312 312
 
313 313
     /**
314
-     * @return string
314
+     * @return integer
315 315
      */
316 316
     public function getUserid()
317 317
     {
Please login to merge, or discard this patch.
lib/Payone/Api/Response/Parameter/Paydata/DataItem.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,6 @@
 block discarded – undo
40 40
     protected $data = NULL;
41 41
 
42 42
     /**
43
-     * @param int $key
44 43
      * @return array
45 44
      */
46 45
     public function toArray()
Please login to merge, or discard this patch.