mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-28 01:25:00 +00:00
Rector changes return typing
This commit is contained in:
@@ -21,7 +21,7 @@ class OptionRepository extends EntityRepository
|
||||
*
|
||||
* @return Option[]
|
||||
*/
|
||||
public function findFilteredByKey($key, mixed $includeParents = true, mixed $active = true)
|
||||
public function findFilteredByKey($key, mixed $includeParents = true, mixed $active = true): mixed
|
||||
{
|
||||
$qb = $this->createQueryBuilder('option');
|
||||
$qb->where('option.key = :key');
|
||||
|
Reference in New Issue
Block a user