We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e78af56 + f8a1cce commit d66f9c3Copy full SHA for d66f9c3
Tests/AbstractUnicodeTestCase.php
@@ -92,7 +92,7 @@ public function testLocaleTitle(string $locale, string $expected, string $origin
92
$this->assertSame($expected, (string) $instance);
93
}
94
95
- public function provideCreateFromCodePoint(): array
+ public static function provideCreateFromCodePoint(): array
96
{
97
return [
98
['', []],
0 commit comments