Completed
Pull Request — master (#9)
by Matthew
20:29 queued 05:26
created
src/Elements/ElementSectionNavigation.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
         if ($this->getPage()) {
83 83
             return DBField::create_field(
84 84
                 'HTMLText',
85
-                'Navigation for ' . $this->getPage()->Title
85
+                'Navigation for '.$this->getPage()->Title
86 86
             )->Summary(20);
87 87
         }
88 88
         return DBField::create_field('HTMLText', '<p>Section Navigation</p>')->Summary(20);
@@ -103,6 +103,6 @@  discard block
 block discarded – undo
103 103
      */
104 104
     public function getType()
105 105
     {
106
-        return _t(__CLASS__ . '.BlockType', 'Section Navigation');
106
+        return _t(__CLASS__.'.BlockType', 'Section Navigation');
107 107
     }
108 108
 }
Please login to merge, or discard this patch.