Passed
Pull Request — master (#2211)
by Rico
06:48
created
app/Statistics/Google/ChartMarriageAge.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -101,10 +101,10 @@
 block discarded – undo
101 101
             ->where('birth.d_julianday1', '<>', 0)
102 102
             ->groupBy(['century', 'sex']);
103 103
 
104
-       return $male->unionAll($female)
105
-           ->orderBy('century')
106
-           ->get()
107
-           ->all();
104
+        return $male->unionAll($female)
105
+            ->orderBy('century')
106
+            ->get()
107
+            ->all();
108 108
     }
109 109
 
110 110
     /**
Please login to merge, or discard this patch.