Skip to content
Prev Previous commit
Next Next commit
Code style fixes
  • Loading branch information
WendellAdriel committed Aug 20, 2025
commit cfdaad9fee58677d02f0455624960bc552909c1d
2 changes: 1 addition & 1 deletion tests/Support/SupportCollectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ public function testToPrettyJsonEncodesTheJsonSerializeResult($collection)
$this->assertJsonStringEqualsJsonString($expected, $results);
$this->assertSame($expected, $results);
$this->assertStringContainsString("\n", $results);
$this->assertStringContainsString(" ", $results);
$this->assertStringContainsString(' ', $results);
}

#[DataProvider('collectionClassProvider')]
Expand Down