Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Feb 14, 2023
1 parent c1d8baf commit e34c975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Constraints/ExpressionSyntaxTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function testValidatedByService(ExpressionSyntax $constraint)
self::assertSame('my_service', $constraint->validatedBy());
}

public function provideServiceValidatedConstraints(): iterable
public static function provideServiceValidatedConstraints(): iterable
{
yield 'Doctrine style' => [new ExpressionSyntax(['service' => 'my_service'])];

Expand Down

0 comments on commit e34c975

Please sign in to comment.