Skip to content

Commit 70a802f

Browse files
committed
make data provider static
1 parent 4627a08 commit 70a802f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Tests/Command/TranslationUpdateCommandTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public function testRemoveNoFillTranslationsMethod($noFillCounter, $messages)
199199
$method->invokeArgs($translationUpdate, [$operation]);
200200
}
201201

202-
public function removeNoFillProvider(): array
202+
public static function removeNoFillProvider(): array
203203
{
204204
return [
205205
[0, []],

0 commit comments

Comments
 (0)