mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
cs: Enable risky rule static_lambda
.
This commit is contained in:
@@ -138,7 +138,7 @@ class CRUDRoutesLoader extends Loader
|
||||
|
||||
$methods = array_keys(array_filter(
|
||||
$action['methods'],
|
||||
function ($value, $key) { return $value; },
|
||||
static function ($value, $key) { return $value; },
|
||||
ARRAY_FILTER_USE_BOTH
|
||||
));
|
||||
|
||||
|
Reference in New Issue
Block a user