Test Failed
Push — master ( 9d3a5c...c5f273 )
by Sebastian
08:26
created
src/HSVColor.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,9 +33,9 @@
 block discarded – undo
33 33
     private BrightnessChannel $brightness;
34 34
     private ColorChannel $alpha;
35 35
 
36
-    public function __construct(HueChannel $hue, SaturationChannel $saturation, BrightnessChannel $brightness, ?ColorChannel $alpha=null)
36
+    public function __construct(HueChannel $hue, SaturationChannel $saturation, BrightnessChannel $brightness, ?ColorChannel $alpha = null)
37 37
     {
38
-        if($alpha === null) {
38
+        if ($alpha === null) {
39 39
             $alpha = ColorChannel::alpha(0);
40 40
         }
41 41
 
Please login to merge, or discard this patch.