From 5eada2d416118a9c0ea149ff43c797be3f6521cc Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Thu, 16 Feb 2023 10:33:00 +0100 Subject: [PATCH] CS fix --- Tests/SluggerTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/SluggerTest.php b/Tests/SluggerTest.php index 4066867..6b4fc64 100644 --- a/Tests/SluggerTest.php +++ b/Tests/SluggerTest.php @@ -18,6 +18,7 @@ class SluggerTest extends TestCase { /** * @requires extension intl + * * @dataProvider provideSlug */ public function testSlug(string $string, string $locale, string $expectedSlug)