Skip to content

Commit 6da1f0a

Browse files
committed
Make more data providers static
1 parent 8ecc8e0 commit 6da1f0a

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
@@ -426,7 +426,7 @@ public function testInvalidHSLA($cssColor)
426426
->assertRaised();
427427
}
428428

429-
public function getInvalidHSLA(): array
429+
public static function getInvalidHSLA(): array
430430
{
431431
return [['hsla(1000, 1000%, 20000%, 999)'], ['hsla(-100, -10%, -2%, 999)'], ['hsla(a, b, c, d)'], ['hsla(a, b%, c%, d)'], ['hsla( 9 99% , 99 9% , 9 %']];
432432
}

0 commit comments

Comments
 (0)