Skip to content

Commit 32fd4bd

Browse files
committed
Fix static test.
1 parent 46a9ed5 commit 32fd4bd

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)