Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Dec 3, 2024
1 parent 47aa2ab commit 8ff53b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ConversionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class ConversionTest extends TestCase
{
public function dataProvider(): array
public static function dataProvider(): array
{
return array(
array('', null, ''),
Expand Down

0 comments on commit 8ff53b2

Please sign in to comment.