mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 06:14:59 +00:00
DX: apply rector rules up to php8.0
This commit is contained in:
@@ -18,12 +18,10 @@ class OptionRepository extends EntityRepository
|
||||
{
|
||||
/**
|
||||
* @param string $key
|
||||
* @param mixed $includeParents
|
||||
* @param mixed $active
|
||||
*
|
||||
* @return Option[]
|
||||
*/
|
||||
public function findFilteredByKey($key, $includeParents = true, $active = true)
|
||||
public function findFilteredByKey($key, mixed $includeParents = true, mixed $active = true)
|
||||
{
|
||||
$qb = $this->createQueryBuilder('option');
|
||||
$qb->where('option.key = :key');
|
||||
|
Reference in New Issue
Block a user