File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ public function isLockedAttribute($attributeCode)
179179 *
180180 * @param string|array $key
181181 * @param mixed $value
182- * @return \Magento\Framework\DataObject
182+ * @return $this
183183 */
184184 public function setData ($ key , $ value = null )
185185 {
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ public function setStreet($street)
272272 *
273273 * @param array|string $key
274274 * @param null $value
275- * @return \Magento\Framework\DataObject
275+ * @return $this
276276 */
277277 public function setData ($ key , $ value = null )
278278 {
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ protected function implodeStreetValue($value)
174174 *
175175 * @param array|string $key
176176 * @param null $value
177- * @return \Magento\Framework\DataObject
177+ * @return $this
178178 */
179179 public function setData ($ key , $ value = null )
180180 {
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public function addData(array $arr);
3535 *
3636 * @param string|array $key
3737 * @param mixed $value
38- * @return \Magento\Framework\DataObject
38+ * @return $this
3939 */
4040 public function setData ($ key , $ value = null );
4141}
You can’t perform that action at this time.
0 commit comments