Passed
Pull Request — master (#3009)
by
unknown
07:23
created
app/Http/Controllers/Admin/LocationController.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -330,7 +330,7 @@
 block discarded – undo
330 330
             'parent_id'   => $parent_id,
331 331
             'lat'         => $lat,
332 332
             'lng'         => $lng,
333
-           'data'        => $this->mapLocationData($id),
333
+            'data'        => $this->mapLocationData($id),
334 334
         ]);
335 335
     }
336 336
 
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -293,8 +293,8 @@
 block discarded – undo
293 293
             $id  = $parent_id;
294 294
             if ($parent_id === 0) {
295 295
                 // Create a dummy "place" for the top level
296
-                $title         =  I18N::translate('World');
297
-                $hierarchy     =  [(object) [
296
+                $title         = I18N::translate('World');
297
+                $hierarchy     = [(object) [
298 298
                     'pl_id'    => 0,
299 299
                     'pl_place' => $title,
300 300
                 ]];
Please login to merge, or discard this patch.