Do some code cleanup courtesy of Mago.

This commit is contained in:
James Cole
2026-01-13 05:13:01 +01:00
parent fe9ae9c810
commit 1d41fc9845
32 changed files with 80 additions and 80 deletions

View File

@@ -34,7 +34,7 @@ class ActionExpressionLanguageProvider implements ExpressionFunctionProviderInte
{
public function getFunctions(): array
{
$function = function ($arguments, $str): string {
$function = static function ($arguments, $str): string {
if (!is_string($str)) {
return (string) $str;
}