Skip to content

Commit b63dec2

Browse files
committed
make data provider static
1 parent b238ab0 commit b63dec2

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
@@ -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)