fix(deps): update dependency friendsofphp/php-cs-fixer to <3.27.1 (main) (#2714)
* fix(deps): update dependency friendsofphp/php-cs-fixer to <3.27.1 * style: format legacy files --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: jo <ljonas@riseup.net>
This commit is contained in:
parent
4caf0b0ef2
commit
2f1a0a8efa
10 changed files with 25 additions and 25 deletions
|
@ -514,7 +514,7 @@ SQL;
|
|||
':sj_ts_5' => $p_track_start,
|
||||
':sj_ts_6' => $p_track_end,
|
||||
];
|
||||
$paramMap = $paramMap + $map;
|
||||
$paramMap += $map;
|
||||
|
||||
$streamSql = str_replace(
|
||||
'%%columns%%',
|
||||
|
@ -540,7 +540,7 @@ SQL;
|
|||
}
|
||||
|
||||
$showPredicate = ' AND show_id IN (' . implode(',', $params) . ')';
|
||||
$paramMap = $paramMap + $map;
|
||||
$paramMap += $map;
|
||||
} elseif (count($p_show_instances) > 0) {
|
||||
$showPredicate = ' AND si.id IN (' . implode(',', $p_show_instances) . ')';
|
||||
}
|
||||
|
@ -584,7 +584,7 @@ SQL;
|
|||
':ts_5' => $p_start_str,
|
||||
':ts_6' => $p_end_str,
|
||||
];
|
||||
$paramMap = $paramMap + $map;
|
||||
$paramMap += $map;
|
||||
|
||||
return Application_Common_Database::prepareAndExecute(
|
||||
$sql,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue