Skip to content

Commit

Permalink
Merge branch '6.4' into 7.1
Browse files Browse the repository at this point in the history
* 6.4:
  Make more data providers static
  fix merge
  Mutate remaining data providers to static ones
  • Loading branch information
derrabus committed Sep 20, 2024
2 parents 4bfb3ac + 6da1f0a commit e575927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Constraints/CssColorValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ public function testInvalidHSLA($cssColor)
->assertRaised();
}

public function getInvalidHSLA(): array
public static function getInvalidHSLA(): array
{
return [
['hsla(1000, 1000%, 20000%, 999)'],
Expand Down

0 comments on commit e575927

Please sign in to comment.