Completed
Push — master ( 798816...ddcd2a )
by Dmitry
13:00
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/actions/AddToCartAction.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use hipanel\modules\finance\cart\AbstractCartPosition;
15 15
 use hiqdev\hiart\Collection;
16 16
 use hiqdev\yii2\cart\CartPositionInterface;
17
-use hiqdev\yii2\cart\ImmutableQuantityInterface;
18 17
 use hiqdev\yii2\cart\Module as CartModule;
19 18
 use Yii;
20 19
 
Please login to merge, or discard this patch.