mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 13:33:48 +00:00
cs: Enable risky rule static_lambda
.
This commit is contained in:
@@ -55,7 +55,7 @@ class OptionRepository extends EntityRepository
|
||||
->getQuery()
|
||||
->getScalarResult();
|
||||
|
||||
return array_map(function ($r) {
|
||||
return array_map(static function ($r) {
|
||||
return $r['key'];
|
||||
}, $keys);
|
||||
}
|
||||
|
Reference in New Issue
Block a user