mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 16:13:50 +00:00
DX: rector rules upt to PHP 74
This commit is contained in:
@@ -141,9 +141,7 @@ class CRUDRoutesLoader extends Loader
|
||||
|
||||
$methods = array_keys(array_filter(
|
||||
$action['methods'],
|
||||
static function ($value, $key) {
|
||||
return $value;
|
||||
},
|
||||
static fn($value, $key) => $value,
|
||||
ARRAY_FILTER_USE_BOTH
|
||||
));
|
||||
|
||||
|
Reference in New Issue
Block a user