@@ -74,7 +74,6 @@ |
||
| 74 | 74 | public function setMaxTotalAmount($maxTotalAmount); |
| 75 | 75 | |
| 76 | 76 | /** |
| 77 | - * @param float $maxTotalAmount |
|
| 78 | 77 | * |
| 79 | 78 | * @return self |
| 80 | 79 | */ |
@@ -73,7 +73,7 @@ discard block |
||
| 73 | 73 | |
| 74 | 74 | /** |
| 75 | 75 | * @param Details $details |
| 76 | - * @param PaymentDetails $payment |
|
| 76 | + * @param Payment $payment |
|
| 77 | 77 | * @param int $type |
| 78 | 78 | * @param ItemCollection $items |
| 79 | 79 | * @param Shipping $shipping |
@@ -117,7 +117,7 @@ discard block |
||
| 117 | 117 | } |
| 118 | 118 | |
| 119 | 119 | /** |
| 120 | - * @return Collection |
|
| 120 | + * @return ItemCollection |
|
| 121 | 121 | */ |
| 122 | 122 | public function getItems() |
| 123 | 123 | { |