Skip to content

Commit

Permalink
minor symfony#58648 [FrameworkBundle] make data provider static (xabbuh)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
xabbuh committed Oct 23, 2024
2 parents 8cb4a2f + cdd8a71 commit 5feb749
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public function testRemoveNoFillTranslationsMethod($noFillCounter, $messages)
$method->invokeArgs($translationUpdate, [$operation]);
}

public function removeNoFillProvider(): array
public static function removeNoFillProvider(): array
{
return [
[0, []],
Expand Down

0 comments on commit 5feb749

Please sign in to comment.