Skip to content

Commit fd00394

Browse files
committed
chore: code style to comply with lint
1 parent 7abe5c8 commit fd00394

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/Support/ValueColorParserResolver.php

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@
1818
*
1919
* @param array<int, class-string<Color>> $colorClasses
2020
*/
21-
public function __construct(private array $colorClasses = [
22-
HexColor::class,
23-
HslColor::class,
24-
RgbColor::class,
25-
]) {}
21+
public function __construct(
22+
private array $colorClasses = [
23+
HexColor::class,
24+
HslColor::class,
25+
RgbColor::class,
26+
]
27+
) {}
2628

2729
/**
2830
* Parses the value color

0 commit comments

Comments
 (0)