Skip to content

Commit b6635b7

Browse files
committed
Small phpcs fix
1 parent ff2e789 commit b6635b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Feature/Type/JsonTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function testSerializeFails(): void
6060
$this->expectException(Error::class);
6161

6262
$jsonType = new Json();
63-
$jsonType->serialize(["name" => "\xB1\x31"]);
63+
$jsonType->serialize(['name' => "\xB1\x31"]);
6464
}
6565

6666
public function testContains(): void

0 commit comments

Comments
 (0)