Passed
Push — main ( 2e616b...408e18 )
by Greg
07:05
created
app/Statistics/Google/ChartSex.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -30,9 +30,9 @@
 block discarded – undo
30 30
         int $total_male,
31 31
         int $total_female,
32 32
         int $total_unknown,
33
-        string|null $color_female = null,
34
-        string|null $color_male = null,
35
-        string|null $color_unknown = null
33
+        string | null $color_female = null,
34
+        string | null $color_male = null,
35
+        string | null $color_unknown = null
36 36
     ): string {
37 37
         $color_female ??= '#ffd1dc';
38 38
         $color_male ??= '#84beff';
Please login to merge, or discard this patch.
app/Statistics/Google/ChartBirth.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
             ]);
71 71
     }
72 72
 
73
-    public function chartBirth(string|null $color_from = null, string|null $color_to = null): string
73
+    public function chartBirth(string | null $color_from = null, string | null $color_to = null): string
74 74
     {
75 75
         $color_from ??= 'ffffff';
76 76
         $color_to ??= '84beff';
Please login to merge, or discard this patch.