Skip to content

Commit 42a4344

Browse files
committed
MAGETWO-66120: Create replacement for Magento\Eav\Model\Entity\Attribute\Backend\Serialized class
- codestyle fixes
1 parent 188e2c4 commit 42a4344

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/code/Magento/Eav/Model/Entity/Attribute/Backend/JsonEncoded.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* See COPYING.txt for license details.
55
*/
66
namespace Magento\Eav\Model\Entity\Attribute\Backend;
7+
78
use Magento\Framework\Serialize\Serializer\Json;
89

910
/**

app/code/Magento/Eav/Test/Unit/Model/Entity/Attribute/Backend/JsonEncodedTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ public function testBeforeSave()
8282
$this->assertEquals(json_encode([1, 2, 3]), $product->getData('json_encoded'));
8383
}
8484

85-
8685
/**
8786
* Test after load handler
8887
*/

0 commit comments

Comments
 (0)