mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
fix activity timeline using TimelineSingleQuery
This commit is contained in:
@@ -201,10 +201,13 @@ class TimelineBuilder implements ContainerAwareInterface
|
||||
/**
|
||||
* return the SQL SELECT query as a string,
|
||||
*
|
||||
* @return string
|
||||
* @return array: first parameter is the sql string, second an array with parameters
|
||||
*/
|
||||
private function buildSelectQuery(array $data): array
|
||||
private function buildSelectQuery($data): array
|
||||
{
|
||||
return [$data->buildSql(), $data->getParameters()];
|
||||
|
||||
// dead code
|
||||
$parameters = [];
|
||||
|
||||
$sql = sprintf(
|
||||
|
Reference in New Issue
Block a user