mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 13:33:48 +00:00
DX: rector rules upt to PHP 74
This commit is contained in:
@@ -57,8 +57,6 @@ class OptionRepository extends EntityRepository
|
||||
->getQuery()
|
||||
->getScalarResult();
|
||||
|
||||
return array_map(static function ($r) {
|
||||
return $r['key'];
|
||||
}, $keys);
|
||||
return array_map(static fn($r) => $r['key'], $keys);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user