Completed
Push — master ( 89eb04...694418 )
by Andrii
15:54
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/views/bill/index.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 use hipanel\modules\finance\grid\BillGridView;
4
-use hipanel\widgets\ActionBox;
5 4
 use hipanel\widgets\IndexLayoutSwitcher;
6 5
 use hipanel\widgets\IndexPage;
7 6
 use hipanel\widgets\Pjax;
Please login to merge, or discard this patch.