Skip to content

Commit

Permalink
Mutate remaining data providers to static ones
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-daubois committed Sep 20, 2024
1 parent 2ce7db6 commit 832caa1
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 @@ -52,7 +52,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 832caa1

Please sign in to comment.