Skip to content

Commit

Permalink
Merge branch '6.4' into 7.1
Browse files Browse the repository at this point in the history
* 6.4:
  Make more data providers static
  fix merge
  Mutate remaining data providers to static ones
  • Loading branch information
derrabus committed Sep 20, 2024
2 parents e78af56 + f8a1cce commit d66f9c3
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 @@ -92,7 +92,7 @@ public function testLocaleTitle(string $locale, string $expected, string $origin
$this->assertSame($expected, (string) $instance);
}

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

0 comments on commit d66f9c3

Please sign in to comment.