Skip to content

Commit e34c975

Browse files
Fix merge
1 parent c1d8baf commit e34c975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Constraints/ExpressionSyntaxTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function testValidatedByService(ExpressionSyntax $constraint)
3434
self::assertSame('my_service', $constraint->validatedBy());
3535
}
3636

37-
public function provideServiceValidatedConstraints(): iterable
37+
public static function provideServiceValidatedConstraints(): iterable
3838
{
3939
yield 'Doctrine style' => [new ExpressionSyntax(['service' => 'my_service'])];
4040

0 commit comments

Comments
 (0)