Skip to content

Commit f8a1cce

Browse files
committed
Merge branch '5.4' into 6.4
* 5.4: Mutate remaining data providers to static ones
2 parents 9982f9e + 832caa1 commit f8a1cce

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
@@ -50,7 +50,7 @@ public function testAsciiClosureRule()
5050
$this->assertSame('Dieser Wert sollte grOEsser oder gleich', (string) $s->ascii([$rule]));
5151
}
5252

53-
public function provideCreateFromCodePoint(): array
53+
public static function provideCreateFromCodePoint(): array
5454
{
5555
return [
5656
['', []],

0 commit comments

Comments
 (0)