@@ -181,11 +181,11 @@ |
||
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 | } |