Completed
Push — master ( ba35bd...aa9ebf )
by Valentin
03:45
created
src/Structure/TimeSchedule.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -181,11 +181,11 @@
 block discarded – undo
181 181
 
182 182
     public function __toString()
183 183
     {
184
-        return implode(",", $this->getSeconds()) . ";" .
185
-            implode(",", $this->getMinutes()) . ";" .
186
-            implode(",", $this->getHours()) . ";" .
187
-            implode(",", $this->getDays()) . ";" .
188
-            implode(",", $this->getMonths()) . ";" .
184
+        return implode(",", $this->getSeconds()).";".
185
+            implode(",", $this->getMinutes()).";".
186
+            implode(",", $this->getHours()).";".
187
+            implode(",", $this->getDays()).";".
188
+            implode(",", $this->getMonths()).";".
189 189
             implode(",", $this->getWeekdays())
190 190
         ;
191 191
     }
Please login to merge, or discard this patch.