mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 19:13:49 +00:00
DX: rector rules upt to PHP 74
This commit is contained in:
@@ -267,7 +267,7 @@ class TimelineReportProvider implements TimelineProviderInterface
|
||||
'{scopes_ids}' => implode(', ', array_fill(0, count($scopeIds), '?')),
|
||||
]);
|
||||
// append $scopeIds to parameters
|
||||
$parameters = array_merge($parameters, $scopeIds);
|
||||
$parameters = [...$parameters, ...$scopeIds];
|
||||
}
|
||||
|
||||
if (0 === count($formattedClauses)) {
|
||||
|
Reference in New Issue
Block a user