@@ -74,7 +74,7 @@ |
||
74 | 74 | * Executes the purchase. |
75 | 75 | * Calls proper API commands to purchase the product. |
76 | 76 | * @throws ErrorPurchaseException in case of failed purchase |
77 | - * @return true if the item was purchased successfully |
|
77 | + * @return boolean if the item was purchased successfully |
|
78 | 78 | */ |
79 | 79 | public function execute() |
80 | 80 | { |
@@ -57,7 +57,7 @@ |
||
57 | 57 | } |
58 | 58 | |
59 | 59 | /** |
60 | - * @param $type |
|
60 | + * @param string $type |
|
61 | 61 | * @return DomainResource|ServerResource|Resource |
62 | 62 | */ |
63 | 63 | public function getResourceByType($type) |
@@ -22,7 +22,7 @@ |
||
22 | 22 | |
23 | 23 | /** |
24 | 24 | * TariffCalculator constructor. |
25 | - * @param Model[]|Model $tariffs |
|
25 | + * @param \hipanel\modules\finance\models\Tariff $tariffs |
|
26 | 26 | */ |
27 | 27 | public function __construct($tariffs) |
28 | 28 | { |