Skip to content

Commit 2292397

Browse files
author
Oleksandr Gorkun
committed
MC-16128: Fix CompanyUserManagerInterfaceTest failing on mainline
1 parent 64fb21b commit 2292397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Model/AbstractExtensibleModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public function setData($key, $value = null)
205205
* {@inheritdoc} Unset customAttributesChanged flag
206206
*
207207
* @param null|string|array $key
208-
* @return $thi
208+
* @return $this
209209
*/
210210
public function unsetData($key = null)
211211
{

0 commit comments

Comments
 (0)