Skip to content

Commit baf6ca1

Browse files
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
1 parent 7387b1a commit baf6ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Structure/TimeSchedule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ public function __fromString($time)
194194
{
195195
$times = explode(';', $time);
196196
$arrayOfTimes = [];
197-
foreach($times as $time) {
197+
foreach ($times as $time) {
198198
$arrayOfTimes[] = (empty($time)) ? [] : explode(',', $time);
199199
}
200200
$this->__construct($arrayOfTimes[0], $arrayOfTimes[1], $arrayOfTimes[2], $arrayOfTimes[3], $arrayOfTimes[4], $arrayOfTimes[5]);

0 commit comments

Comments
 (0)