File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -106,11 +106,17 @@ public function setPrice($price)
106
106
$ this ->price = $ price ;
107
107
}
108
108
109
- public function setProductProperties ($ properties )
109
+ /**
110
+ * @param array $properties
111
+ */
112
+ public function setProductProperties (array $ properties )
110
113
{
111
114
$ this ->product_properties = $ properties ;
112
115
}
113
116
117
+ /**
118
+ * @return array
119
+ */
114
120
public function getProductProperties ()
115
121
{
116
122
return $ this ->product_properties ;
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public function setQty($qty);
26
26
27
27
public function setPrice ($ price );
28
28
29
- public function setProductProperties ($ properties );
29
+ public function setProductProperties (array $ properties );
30
30
31
31
public function getProductProperties ();
32
32
}
You can’t perform that action at this time.
0 commit comments