Skip to content

Commit d745912

Browse files
Fix merge
1 parent 0f5fcfc commit d745912

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/Slugger/AsciiSluggerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function testSlug(string $expected, string $string, string $separator = '
2626
$this->assertSame($expected, (string) $slugger->slug($string, $separator, $locale));
2727
}
2828

29-
public function provideSlugTests(): iterable
29+
public static function provideSlugTests(): iterable
3030
{
3131
yield ['', ''];
3232
yield ['foo', ' foo '];
@@ -60,7 +60,7 @@ public function testSlugEmoji(string $expected, string $string, ?string $locale,
6060
$this->assertSame($expected, (string) $slugger->slug($string, '-', $locale));
6161
}
6262

63-
public function provideSlugEmojiTests(): iterable
63+
public static function provideSlugEmojiTests(): iterable
6464
{
6565
yield [
6666
'un-chat-qui-sourit-chat-noir-et-un-tete-de-lion-vont-au-parc-national',

0 commit comments

Comments
 (0)