Completed
Pull Request — master (#11)
by Matthew
05:04
created
src/Elements/ElementCountDown.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
      */
47 47
     public function getType()
48 48
     {
49
-        return _t(__CLASS__ . '.BlockType', 'Count Down');
49
+        return _t(__CLASS__.'.BlockType', 'Count Down');
50 50
     }
51 51
 
52 52
     /**
Please login to merge, or discard this patch.
src/Tasks/EndSplitTask.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
     {
104 104
         $query = new SQLSelect();
105 105
         $query->setFrom($this->getTable());
106
-        $query->addWhere('"ID"='. $id);
106
+        $query->addWhere('"ID"='.$id);
107 107
         $query->setLimit(1);
108 108
         $results = $query->execute();
109 109
 
Please login to merge, or discard this patch.