From d74afc0017d26f0c844c8e422965ee747231d45f Mon Sep 17 00:00:00 2001 From: Jannes Behrens Date: Tue, 21 Jan 2025 15:54:26 +0100 Subject: [PATCH] fix styling --- tests/Support/SupportStrTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Support/SupportStrTest.php b/tests/Support/SupportStrTest.php index 738da971ed8..677344f6da5 100755 --- a/tests/Support/SupportStrTest.php +++ b/tests/Support/SupportStrTest.php @@ -1642,7 +1642,7 @@ public function testSanitize($subject, ?string $expected, ?HtmlSanitizerConfig $ { $this->assertSame($expected, Str::sanitize($subject, $config)); } - + public static function provideStrSanatizeTestStrings() { return [