Skip to content

Commit

Permalink
fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jannescb committed Jan 21, 2025
1 parent ae6afe2 commit d74afc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Support/SupportStrTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1642,7 +1642,7 @@ public function testSanitize($subject, ?string $expected, ?HtmlSanitizerConfig $
{
$this->assertSame($expected, Str::sanitize($subject, $config));
}

public static function provideStrSanatizeTestStrings()
{
return [
Expand Down

0 comments on commit d74afc0

Please sign in to comment.