Passed
Push — master ( 563851...e4f57d )
by Jason
03:10
created
src/Elements/ElementCountDown.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
         $end = $this->dbObject('End');
75 75
         return DBField::create_field(
76 76
             'HTMLText',
77
-            'Count down to ' . $end->Date() . ' ' . $end->Time()
77
+            'Count down to '.$end->Date().' '.$end->Time()
78 78
         )->Summary(20);
79 79
     }
80 80
 
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
      */
94 94
     public function getType()
95 95
     {
96
-        return _t(__CLASS__ . '.BlockType', 'Countdown');
96
+        return _t(__CLASS__.'.BlockType', 'Countdown');
97 97
     }
98 98
 
99 99
     /**
Please login to merge, or discard this patch.