Skip to content

Commit 39000b9

Browse files
ENGCOM-3598: Use the new json serializer which throws an error when failing #16154
- Merge Pull Request #16154 from storefront-bvba/magento2:layout-config-serializer-fix - Merged commits: 1. da7f293 2. d7a11d7 3. 46a9ed5 4. 32fd4bd
2 parents 905132b + 32fd4bd commit 39000b9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/internal/Magento/Framework/Serialize/Test/Unit/Serializer/JsonHexTagTest.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ public function testUnserialize($value, $expected)
6969
/**
7070
* @return array
7171
*/
72-
public function unserializeDataProvider(): array {
72+
public function unserializeDataProvider(): array
73+
{
7374
return [
7475
['""', ''],
7576
['"string"', 'string'],
@@ -105,7 +106,8 @@ public function testUnserializeException($value)
105106
/**
106107
* @return array
107108
*/
108-
public function unserializeExceptionDataProvider(): array {
109+
public function unserializeExceptionDataProvider(): array
110+
{
109111
return [
110112
[''],
111113
[false],

0 commit comments

Comments
 (0)