Passed
Push — dependabot/composer/illuminate... ( b56af1 )
by
unknown
10:39
created
app/Statistics/Google/ChartDeath.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
         $chart_color1 = (string) $this->theme->parameter('distribution-chart-no-values');
102 102
         $chart_color2 = (string) $this->theme->parameter('distribution-chart-high-values');
103 103
         $color_from   = $color_from ?? $chart_color1;
104
-        $color_to     = $color_to   ?? $chart_color2;
104
+        $color_to     = $color_to ?? $chart_color2;
105 105
 
106 106
         $data = [
107 107
             [
Please login to merge, or discard this patch.
app/Statistics/Google/ChartMarriage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
         $chart_color1 = (string) $this->theme->parameter('distribution-chart-no-values');
102 102
         $chart_color2 = (string) $this->theme->parameter('distribution-chart-high-values');
103 103
         $color_from   = $color_from ?? $chart_color1;
104
-        $color_to     = $color_to   ?? $chart_color2;
104
+        $color_to     = $color_to ?? $chart_color2;
105 105
 
106 106
         $data = [
107 107
             [
Please login to merge, or discard this patch.
app/Statistics/Google/ChartFamilyLargest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
         $chart_color1 = (string) $this->theme->parameter('distribution-chart-no-values');
102 102
         $chart_color2 = (string) $this->theme->parameter('distribution-chart-high-values');
103 103
         $color_from   = $color_from ?? $chart_color1;
104
-        $color_to     = $color_to   ?? $chart_color2;
104
+        $color_to     = $color_to ?? $chart_color2;
105 105
 
106 106
         $data = [
107 107
             [
Please login to merge, or discard this patch.
app/Statistics/Google/ChartMedia.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
         $chart_color1 = (string) $this->theme->parameter('distribution-chart-no-values');
102 102
         $chart_color2 = (string) $this->theme->parameter('distribution-chart-high-values');
103 103
         $color_from   = $color_from ?? $chart_color1;
104
-        $color_to     = $color_to   ?? $chart_color2;
104
+        $color_to     = $color_to ?? $chart_color2;
105 105
 
106 106
         $data = [
107 107
             [
Please login to merge, or discard this patch.
app/Statistics/Google/ChartIndividualWithSources.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
         $chart_color1 = (string) $this->theme->parameter('distribution-chart-no-values');
102 102
         $chart_color2 = (string) $this->theme->parameter('distribution-chart-high-values');
103 103
         $color_from   = $color_from ?? $chart_color1;
104
-        $color_to     = $color_to   ?? $chart_color2;
104
+        $color_to     = $color_to ?? $chart_color2;
105 105
 
106 106
         $data = [
107 107
             [
Please login to merge, or discard this patch.
app/Statistics/Google/ChartFamilyWithSources.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
         $chart_color1 = (string) $this->theme->parameter('distribution-chart-no-values');
102 102
         $chart_color2 = (string) $this->theme->parameter('distribution-chart-high-values');
103 103
         $color_from   = $color_from ?? $chart_color1;
104
-        $color_to     = $color_to   ?? $chart_color2;
104
+        $color_to     = $color_to ?? $chart_color2;
105 105
 
106 106
         $data = [
107 107
             [
Please login to merge, or discard this patch.
app/Statistics/Google/ChartDivorce.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
         $chart_color1 = (string) $this->theme->parameter('distribution-chart-no-values');
102 102
         $chart_color2 = (string) $this->theme->parameter('distribution-chart-high-values');
103 103
         $color_from   = $color_from ?? $chart_color1;
104
-        $color_to     = $color_to   ?? $chart_color2;
104
+        $color_to     = $color_to ?? $chart_color2;
105 105
 
106 106
         $data = [
107 107
             [
Please login to merge, or discard this patch.
app/Http/RequestHandlers/ExportGedcomClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -159,7 +159,7 @@
 block discarded – undo
159 159
             $stream_factory = app(StreamFactoryInterface::class);
160 160
             assert($stream_factory instanceof StreamFactoryInterface);
161 161
 
162
-            $http_stream   = $stream_factory->createStreamFromFile($temp_zip_file);
162
+            $http_stream = $stream_factory->createStreamFromFile($temp_zip_file);
163 163
             $filename = addcslashes($download_filename, '"') . '.zip';
164 164
 
165 165
             /** @var ResponseFactoryInterface $response_factory */
Please login to merge, or discard this patch.
app/Source.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
 {
30 30
     public const RECORD_TYPE = 'SOUR';
31 31
 
32
-    protected const ROUTE_NAME  = SourcePage::class;
32
+    protected const ROUTE_NAME = SourcePage::class;
33 33
 
34 34
     /**
35 35
      * Each object type may have its own special rules, and re-implement this function.
Please login to merge, or discard this patch.