Completed
Push — master ( 9643f4...a262cd )
by darryl
9s
created
src/Darryldecode/Cart/Cart.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -51,8 +51,8 @@  discard block
 block discarded – undo
51 51
      *
52 52
      * @param $session
53 53
      * @param $events
54
-     * @param $instanceName
55
-     * @param $session_key
54
+     * @param string $instanceName
55
+     * @param string $session_key
56 56
      */
57 57
     public function __construct($session, $events, $instanceName, $session_key)
58 58
     {
@@ -636,7 +636,7 @@  discard block
 block discarded – undo
636 636
     /**
637 637
      * add row to cart collection
638 638
      *
639
-     * @param $id
639
+     * @param string $id
640 640
      * @param $item
641 641
      */
642 642
     protected function addRow($id, $item)
@@ -651,7 +651,7 @@  discard block
 block discarded – undo
651 651
     /**
652 652
      * save the cart
653 653
      *
654
-     * @param $cart CartCollection
654
+     * @param CartCollection $cart CartCollection
655 655
      */
656 656
     protected function save($cart)
657 657
     {
@@ -661,7 +661,7 @@  discard block
 block discarded – undo
661 661
     /**
662 662
      * save the cart conditions
663 663
      *
664
-     * @param $conditions
664
+     * @param CartConditionCollection $conditions
665 665
      */
666 666
     protected function saveConditions($conditions)
667 667
     {
Please login to merge, or discard this patch.