We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce7db6 commit 832caa1Copy full SHA for 832caa1
Tests/AbstractUnicodeTestCase.php
@@ -52,7 +52,7 @@ public function testAsciiClosureRule()
52
$this->assertSame('Dieser Wert sollte grOEsser oder gleich', (string) $s->ascii([$rule]));
53
}
54
55
- public function provideCreateFromCodePoint(): array
+ public static function provideCreateFromCodePoint(): array
56
{
57
return [
58
['', []],
0 commit comments