Commit 2f216935 authored by Tobias Munk's avatar Tobias Munk

fixed param default (PHP 8.1 type)

parent 0c9833f0
Pipeline #76555 passed with stages
in 3 minutes and 49 seconds
......@@ -397,7 +397,7 @@ return [
'Markdown' => ['class' => Markdown::class]
],
'functions' => [
'image' => function ($imageSource, $preset = null) {
'image' => function ($imageSource, $preset = '') {
return ImageUrlHelper::image($imageSource, $preset);
},
't' => function ($category, $message, $params = [], $language = null) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment