We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff2e789 commit b6635b7Copy full SHA for b6635b7
test/Feature/Type/JsonTest.php
@@ -60,7 +60,7 @@ public function testSerializeFails(): void
60
$this->expectException(Error::class);
61
62
$jsonType = new Json();
63
- $jsonType->serialize(["name" => "\xB1\x31"]);
+ $jsonType->serialize(['name' => "\xB1\x31"]);
64
}
65
66
public function testContains(): void
0 commit comments