Passed
Pull Request — master (#3343)
by
unknown
10:52 queued 04:28
created
app/Http/Controllers/Admin/LocationController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -291,8 +291,8 @@
 block discarded – undo
291 291
             if ($parent_id === 0) {
292 292
                 // We're at the global level so create a minimal
293 293
                 // place for the page title and breadcrumbs
294
-                $title         =  I18N::translate('World');
295
-                $hierarchy     =  [];
294
+                $title         = I18N::translate('World');
295
+                $hierarchy     = [];
296 296
             } else {
297 297
                 $hierarchy = $this->getHierarchy($parent_id);
298 298
                 $location  = new PlaceLocation($hierarchy[0]->fqpn);
Please login to merge, or discard this patch.