Completed
Pull Request — master (#2156)
by Rico
08:04
created
app/Statistics/Google/ChartAge.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -153,10 +153,10 @@
 block discarded – undo
153 153
         }
154 154
 
155 155
         $chart_url = 'https://chart.googleapis.com/chart?cht=bvg&chs=' . $sizes[0] . 'x' . $sizes[1]
156
-             . '&chm=D,FF0000,2,0,3,1|N*f1*,000000,0,-1,11,1|N*f1*,000000,1,-1,11,1&chf=bg,s,ffffff00|c,s,ffffff00&chtt='
157
-             . rawurlencode($chtt) . '&chd=' . $chd . '&chco=0000FF,FFA0CB,FF0000&chbh=20,3&chxt=x,x,y,y&chxl='
158
-             . rawurlencode($chxl) . '&chdl='
159
-             . rawurlencode(I18N::translate('Males') . '|' . I18N::translate('Females') . '|' . I18N::translate('Average age at death'));
156
+                . '&chm=D,FF0000,2,0,3,1|N*f1*,000000,0,-1,11,1|N*f1*,000000,1,-1,11,1&chf=bg,s,ffffff00|c,s,ffffff00&chtt='
157
+                . rawurlencode($chtt) . '&chd=' . $chd . '&chco=0000FF,FFA0CB,FF0000&chbh=20,3&chxt=x,x,y,y&chxl='
158
+                . rawurlencode($chxl) . '&chdl='
159
+                . rawurlencode(I18N::translate('Males') . '|' . I18N::translate('Females') . '|' . I18N::translate('Average age at death'));
160 160
 
161 161
         return view(
162 162
             'statistics/other/chart-google',
Please login to merge, or discard this patch.
app/Statistics/Repository/PlaceRepository.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -236,10 +236,10 @@
 block discarded – undo
236 236
     }
237 237
 
238 238
         /**
239
-     * A list of common marriage places.
240
-     *
241
-     * @return string
242
-     */
239
+         * A list of common marriage places.
240
+         *
241
+         * @return string
242
+         */
243 243
     public function commonMarriagePlacesList(): string
244 244
     {
245 245
         $places = $this->queryFactPlaces('MARR', 'FAM');
Please login to merge, or discard this patch.