Skip to content

Commit d66f9c3

Browse files
committed
Merge branch '6.4' into 7.1
* 6.4: Make more data providers static fix merge Mutate remaining data providers to static ones
2 parents e78af56 + f8a1cce commit d66f9c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AbstractUnicodeTestCase.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function testLocaleTitle(string $locale, string $expected, string $origin
9292
$this->assertSame($expected, (string) $instance);
9393
}
9494

95-
public function provideCreateFromCodePoint(): array
95+
public static function provideCreateFromCodePoint(): array
9696
{
9797
return [
9898
['', []],

0 commit comments

Comments
 (0)