Skip to content

Commit 57cf6ea

Browse files
author
Andrew Chorniy
committed
Delete wrongly added type for variable
1 parent 0263b4c commit 57cf6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Model/Data/Customer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function getCreatedAt()
9494
*/
9595
public function getCreatedIn()
9696
{
97-
return (string)$this->_get(self::CREATED_IN);
97+
return $this->_get(self::CREATED_IN);
9898
}
9999

100100
/**

0 commit comments

Comments
 (0)