Skip to content

Commit 75b91c0

Browse files
author
Oleksandr Dubovyk
committed
MAGETWO-66067: Remove usages of unserialize in module Magento/Wishlist
- Fixed code-style
1 parent 2951448 commit 75b91c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Wishlist/Test/Unit/Controller/Index/DownloadCustomOptionTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ protected function setUp()
8585
);
8686
}
8787

88-
public function testExecute() {
88+
public function testExecute()
89+
{
8990
$data = [
9091
'number' => 42,
9192
'string' => 'string_value',

0 commit comments

Comments
 (0)