style(legacy): format using php-cs-fixer

This commit is contained in:
jo 2022-10-12 17:02:14 +02:00 committed by Jonas L
parent ca535d1a10
commit d73555fa65
10 changed files with 35 additions and 35 deletions

View file

@ -43,8 +43,8 @@ class Application_Service_SchedulerService
/**
* Applies the show start difference to any scheduled items.
*
* @param $instanceIds
* @param $diff (integer, difference between unix epoch in seconds)
* @param mixed $instanceIds
*/
public static function updateScheduleStartTime($instanceIds, $diff)
{
@ -278,10 +278,10 @@ class Application_Service_SchedulerService
$values[] = '(' . "'{$nextStartDT->format(DEFAULT_TIMESTAMP_FORMAT)}', " .
"'{$endTimeDT->format(DEFAULT_TIMESTAMP_FORMAT)}', " .
"'{$item['clip_length']}', " .
"'{$item['fade_in']}', " . "'{$item['fade_out']}', " .
"'{$item['cue_in']}', " . "'{$item['cue_out']}', " .
"{$item['file_id']}, " . "{$item['stream_id']}, " .
"{$id}, " . "{$item['position']})";
"'{$item['fade_in']}', '{$item['fade_out']}', " .
"'{$item['cue_in']}', '{$item['cue_out']}', " .
"{$item['file_id']}, {$item['stream_id']}, " .
"{$id}, {$item['position']})";
$nextStartDT = self::findTimeDifference(
$endTimeDT,