mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-26 00:24:59 +00:00
Rector changes return typing
This commit is contained in:
@@ -60,7 +60,7 @@ class TimelineBuilder
|
||||
*
|
||||
* @return \Doctrine\DBAL\Driver\Statement|mixed|null
|
||||
*/
|
||||
public function countItems($context, array $args)
|
||||
public function countItems($context, array $args): mixed
|
||||
{
|
||||
$rsm = (new ResultSetMapping())
|
||||
->addScalarResult('total', 'total', Types::INTEGER);
|
||||
|
Reference in New Issue
Block a user