We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b238ab0 commit b63dec2Copy full SHA for b63dec2
Tests/DependencyInjection/PhpFrameworkExtensionTest.php
@@ -267,7 +267,7 @@ public function testValidatorEmailValidationMode(string $mode)
267
});
268
}
269
270
- public function emailValidationModeProvider()
+ public static function emailValidationModeProvider()
271
{
272
foreach (Email::VALIDATION_MODES as $mode) {
273
yield [$mode];
0 commit comments