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 c1d8baf commit e34c975Copy full SHA for e34c975
Tests/Constraints/ExpressionSyntaxTest.php
@@ -34,7 +34,7 @@ public function testValidatedByService(ExpressionSyntax $constraint)
34
self::assertSame('my_service', $constraint->validatedBy());
35
}
36
37
- public function provideServiceValidatedConstraints(): iterable
+ public static function provideServiceValidatedConstraints(): iterable
38
{
39
yield 'Doctrine style' => [new ExpressionSyntax(['service' => 'my_service'])];
40
0 commit comments