Completed
Pull Request — master (#19)
by Klochok
13:29
created
src/CartPositionTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -83,6 +83,9 @@
 block discarded – undo
83 83
         return $this->name;
84 84
     }
85 85
 
86
+    /**
87
+     * @return string
88
+     */
86 89
     public function getDescription()
87 90
     {
88 91
         return $this->description;
Please login to merge, or discard this patch.
src/views/cart/index.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use hipanel\assets\CheckboxStyleAsset;
4 3
 use hiqdev\yii2\cart\widgets\QuantityCell;
5 4
 use yii\grid\ActionColumn;
6 5
 use yii\grid\GridView;
Please login to merge, or discard this patch.