Skip to content

Commit

Permalink
Merge branch '5.4' into 6.4
Browse files Browse the repository at this point in the history
* 5.4:
  Mutate remaining data providers to static ones
  • Loading branch information
derrabus committed Sep 20, 2024
2 parents 9982f9e + 832caa1 commit f8a1cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/AbstractUnicodeTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function testAsciiClosureRule()
$this->assertSame('Dieser Wert sollte grOEsser oder gleich', (string) $s->ascii([$rule]));
}

public function provideCreateFromCodePoint(): array
public static function provideCreateFromCodePoint(): array
{
return [
['', []],
Expand Down

0 comments on commit f8a1cce

Please sign in to comment.