Apply fixes from StyleCI (#635)

Co-authored-by: StyleCI Bot <bot@styleci.io>
This commit is contained in:
Yury Pikhtarev 2023-03-20 11:43:00 +07:00 committed by GitHub
commit ced24029fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,6 +107,6 @@ class Env
return $value; return $value;
}) })
->getOrCall(fn() => value($default)); ->getOrCall(fn () => value($default));
} }
} }