Completed
Pull Request — master (#33)
by Rafał
03:14
created
Entity/Order.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -481,7 +481,7 @@  discard block
 block discarded – undo
481 481
     /**
482 482
      * Gets the payments.
483 483
      *
484
-     * @return Payment
484
+     * @return Collection
485 485
      */
486 486
     public function getPayments()
487 487
     {
@@ -493,6 +493,9 @@  discard block
 block discarded – undo
493 493
         return $this->paymentState;
494 494
     }
495 495
 
496
+    /**
497
+     * @param string $paymentState
498
+     */
496 499
     public function setPaymentState($paymentState)
497 500
     {
498 501
         $this->paymentState = $paymentState;
Please login to merge, or discard this patch.