From 8ff53b22d14555093526ca7d166cab4729a9e3d5 Mon Sep 17 00:00:00 2001 From: Oscar Otero Date: Tue, 3 Dec 2024 01:59:53 +0100 Subject: [PATCH] fix tests --- tests/ConversionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ConversionTest.php b/tests/ConversionTest.php index 7bc812d..d30ffa3 100644 --- a/tests/ConversionTest.php +++ b/tests/ConversionTest.php @@ -6,7 +6,7 @@ class ConversionTest extends TestCase { - public function dataProvider(): array + public static function dataProvider(): array { return array( array('', null, ''),