@@ -232,7 +232,7 @@ |
||
232 | 232 | while($shift) |
233 | 233 | { |
234 | 234 | $timeDiff = $originalStartTime->diff($shift['startTime']); |
235 | - $hoursFromStart = ($timeDiff->d * 24)+$timeDiff->h; |
|
235 | + $hoursFromStart = ($timeDiff->d * 24) + $timeDiff->h; |
|
236 | 236 | $rowForShift = $this->getRowForShift($shift['roleID'], $rows, $hoursFromStart + 2, $sheat); |
237 | 237 | $this->createShiftCell($sheat, $hoursFromStart + 2, $rowForShift, $shift); |
238 | 238 | $shift = array_shift($shifts); |