Data provider should be static
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
This commit is contained in:
parent
6b4a77b073
commit
49e827a6b5
@ -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"']],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user