Skip to content

Commit 4c7c326

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: make data provider static
2 parents d27378b + c6db87d commit 4c7c326

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
@@ -400,7 +400,7 @@ public function testValidatorEmailValidationMode(string $mode)
400400
});
401401
}
402402

403-
public function emailValidationModeProvider()
403+
public static function emailValidationModeProvider()
404404
{
405405
foreach (Email::VALIDATION_MODES as $mode) {
406406
yield [$mode];

0 commit comments

Comments
 (0)