Completed
Push — master ( a08783...ec109c )
by Lawrence
02:05
created
src/Combination.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -74,6 +74,9 @@  discard block
 block discarded – undo
74 74
         return $id_product_attribute;
75 75
     }
76 76
 
77
+    /**
78
+     * @param null|string $id_product_attribute
79
+     */
77 80
     private function buildAttributes($id_product_attribute, $row)
78 81
     {
79 82
         $combinations = array();
@@ -117,6 +120,9 @@  discard block
 block discarded – undo
117 120
         return $final_price;
118 121
     }
119 122
 
123
+    /**
124
+     * @param null|string $id_product_attribute
125
+     */
120 126
     private function getCombination($id_product_attribute)
121 127
     {
122 128
         $sql = 'SELECT ag.id_attribute_group, ag.is_color_group, agl.name AS group_name, agl.public_name AS public_group_name,
Please login to merge, or discard this patch.