Skip to content

Commit e575927

Browse files
committed
Merge branch '6.4' into 7.1
* 6.4: Make more data providers static fix merge Mutate remaining data providers to static ones
2 parents 4bfb3ac + 6da1f0a commit e575927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Constraints/CssColorValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ public function testInvalidHSLA($cssColor)
433433
->assertRaised();
434434
}
435435

436-
public function getInvalidHSLA(): array
436+
public static function getInvalidHSLA(): array
437437
{
438438
return [
439439
['hsla(1000, 1000%, 20000%, 999)'],

0 commit comments

Comments
 (0)