Data provider should be static

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
This commit is contained in:
Kamil Tekiela 2024-03-18 20:58:56 +01:00
parent 6b4a77b073
commit 49e827a6b5

View File

@ -92,7 +92,7 @@ class ExportTest extends TestBase
* @return array<int, array<int, string|array<int, string>>>
* @psalm-return array<int, array{string, string[]}>
*/
public function exportDataProvider(): array
public static function exportDataProvider(): array
{
return [
['CSV', ['"1","2"']],