Completed
Push — master ( b2a4dc...4e22a8 )
by Tobias
03:03
created
src/Model/Cart/CartItem.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
     /**
46 46
      * CartItem constructor.
47 47
      *
48
-     * @param Variant|null $variant
48
+     * @param Variant $variant
49 49
      */
50 50
     private function __construct(
51 51
         int $id,
Please login to merge, or discard this patch.