From 49e827a6b535726efed4b1bec49d00893244f07e Mon Sep 17 00:00:00 2001 From: Kamil Tekiela Date: Mon, 18 Mar 2024 20:58:56 +0100 Subject: [PATCH] Data provider should be static Signed-off-by: Kamil Tekiela --- tests/end-to-end/ExportTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/end-to-end/ExportTest.php b/tests/end-to-end/ExportTest.php index bc945ea15b..28d47b8ce3 100644 --- a/tests/end-to-end/ExportTest.php +++ b/tests/end-to-end/ExportTest.php @@ -92,7 +92,7 @@ class ExportTest extends TestBase * @return array>> * @psalm-return array */ - public function exportDataProvider(): array + public static function exportDataProvider(): array { return [ ['CSV', ['"1","2"']],