Completed
Push — master ( 7f3712...433ab1 )
by Andrii
03:48
created
src/cart/AbstractPurchase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/models/Tariff.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.
src/logic/TariffCalculator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.