Skip to content

Commit c8711a0

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: Fix named arguments in data providers Make more data providers static fix merge Mutate remaining data providers to static ones
2 parents da20431 + e575927 commit c8711a0

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)