Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d39a0cf

Browse filesBrowse files
committed
minor symfony#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 symfony#58370 (I missed this in symfony#60365) Commits ------- 04a46d3 make data provider static
2 parents 1719033 + 04a46d3 commit d39a0cf
Copy full SHA for d39a0cf

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/PhpFrameworkExtensionTest.php
+1-1Lines changed: 1 addition & 1 deletion
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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.