mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 11:33:49 +00:00
PHP CS Fixer updated (3.63.1 -> v3.64.0)
This commit is contained in:
@@ -403,7 +403,7 @@ class SocialAction
|
||||
|
||||
return match ($actions instanceof ReadableCollection) {
|
||||
true => $actions->filter($filterFn),
|
||||
false => array_filter($actions, $filterFn)
|
||||
false => array_filter($actions, $filterFn),
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user