Passed
Pull Request — master (#223)
by Jason
10:01
created
src/Page/Locator.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
      */
87 87
     public function getCMSFields()
88 88
     {
89
-        $this->beforeUpdateCMSFields(function ($fields) {
89
+        $this->beforeUpdateCMSFields(function($fields) {
90 90
             // Settings
91 91
             $fields->addFieldsToTab('Root.Settings', [
92 92
                 HeaderField::create('DisplayOptions', 'Display Options', 3),
@@ -291,6 +291,6 @@  discard block
 block discarded – undo
291 291
      */
292 292
     public function getLumberjackTitle()
293 293
     {
294
-        return _t(__CLASS__ . '.LumberjackTitle', 'Locations');
294
+        return _t(__CLASS__.'.LumberjackTitle', 'Locations');
295 295
     }
296 296
 }
Please login to merge, or discard this patch.