File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public function setSku($sku);
32
32
public function getOptionId ();
33
33
34
34
/**
35
- * set option id
35
+ * Set option id
36
36
*
37
37
* @param int $optionId
38
38
* @return $this
@@ -62,7 +62,7 @@ public function setQty($qty);
62
62
public function getPosition ();
63
63
64
64
/**
65
- * Get position
65
+ * Set position
66
66
*
67
67
* @param int $position
68
68
* @return $this
@@ -93,7 +93,7 @@ public function setIsDefined($isDefined);
93
93
public function getIsDefault ();
94
94
95
95
/**
96
- * Get is default
96
+ * Set is default
97
97
*
98
98
* @param bool $isDefault
99
99
* @return $this
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public function setTitle($title);
47
47
public function getRequired ();
48
48
49
49
/**
50
- * set whether option is required
50
+ * Set whether option is required
51
51
*
52
52
* @param bool $required
53
53
* @return $this
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ public function setSku($sku)
110
110
}
111
111
112
112
/**
113
- * set option id
113
+ * Set option id
114
114
*
115
115
* @param int $optionId
116
116
* @return $this
@@ -132,7 +132,7 @@ public function setQty($qty)
132
132
}
133
133
134
134
/**
135
- * Get position
135
+ * Set position
136
136
*
137
137
* @param int $position
138
138
* @return $this
@@ -154,7 +154,7 @@ public function setIsDefined($isDefined)
154
154
}
155
155
156
156
/**
157
- * Get is default
157
+ * Set is default
158
158
*
159
159
* @param bool $isDefault
160
160
* @return $this
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ public function setTitle($title)
216
216
}
217
217
218
218
/**
219
- * set whether option is required
219
+ * Set whether option is required
220
220
*
221
221
* @param bool $required
222
222
* @return $this
You can’t perform that action at this time.
0 commit comments