Completed
Push — master ( 4eb3a3...564b1c )
by Nicolaas
01:59
created
code/PayPalExpressCheckoutPayment.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -428,6 +428,7 @@  discard block
 block discarded – undo
428 428
 
429 429
     /**
430 430
      * Handles actual communication with API server.
431
+     * @param string $method
431 432
      */
432 433
     protected function apiCall($method, $data = array())
433 434
     {
@@ -459,6 +460,9 @@  discard block
 block discarded – undo
459 460
         return $this->deformatNVP($response->getBody());
460 461
     }
461 462
 
463
+    /**
464
+     * @param null|string $nvpstr
465
+     */
462 466
     protected function deformatNVP($nvpstr)
463 467
     {
464 468
         $intial = 0;
@@ -490,6 +494,9 @@  discard block
 block discarded – undo
490 494
     }
491 495
 
492 496
 
497
+    /**
498
+     * @param string $msg
499
+     */
493 500
     protected function addDebugInfo($msg)
494 501
     {
495 502
         $this->Debug .= "---------//------------\n\n".$msg;
Please login to merge, or discard this patch.