10000 minor #58648 [FrameworkBundle] make data provider static (xabbuh) · symfony/symfony@5feb749 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5feb749

Browse files
committed
minor #58648 [FrameworkBundle] make data provider static (xabbuh)
This PR was merged into the 7.2 branch. Discussion ---------- [FrameworkBundle] make data provider static | Q | A | ------------- | --- | Branch? | 7.2 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- cdd8a71 make data provider static
2 parents 8cb4a2f + cdd8a71 commit 5feb749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/Command/TranslationUpdateCommandTest.php

Lines changed: 1 addition & 1 deletion
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)
0