Skip to content

Commit c6db87d

Browse files
committed
Merge branch '6.4' into 7.2
* 6.4: make data provider static
2 parents ad750cf + b63dec2 commit c6db87d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DependencyInjection/PhpFrameworkExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ public function testValidatorEmailValidationMode(string $mode)
287287
});
288288
}
289289

290-
public function emailValidationModeProvider()
290+
public static function emailValidationModeProvider()
291291
{
292292
foreach (Email::VALIDATION_MODES as $mode) {
293293
yield [$mode];

0 commit comments

Comments
 (0)