Skip to content

Commit e5d980d

Browse files
committed
MC-32697: [2.4] AbstractSimpleObjectBuilder.php throws exception when Interceptor instance comes.
1 parent 19b0113 commit e5d980d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Api/AbstractSimpleObjectBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ protected function _set($key, $value)
6464
*
6565
* @return string
6666
*/
67-
protected function _getDataObjectType(): string
67+
protected function _getDataObjectType()
6868
{
6969
$currentClass = get_class($this);
7070
$suffix = 'Builder';

0 commit comments

Comments
 (0)