8000 minor #60383 [FrameworkBundle] make data provider static (xabbuh) · symfony/symfony@d39a0cf · GitHub
[go: up one dir, main page]

Skip to content

Commit d39a0cf

Browse files
committed
minor #60383 [FrameworkBundle] make data provider static (xabbuh)
This PR was merged into the 6.4 branch. Discussion ---------- [FrameworkBundle] make data provider static | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT spotted in #58370 (I missed this in #60365) Commits ------- 04a46d3 make data provider static
2 parents 1719033 + 04a46d3 commit d39a0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/PhpFrameworkExtensionTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ public function testValidatorEmailValidationMode(string $mode)
267267
});
268268
}
269269

270-
public function emailValidationModeProvider()
270+
public static function emailValidationModeProvider()
271271
{
272272
foreach (Email::VALIDATION_MODES as $mode) {
273273
yield [$mode];

0 commit comments

Comments
 (0)
0