Skip to content
Snippets Groups Projects
Commit 25e08112 authored by Gaus Surahman's avatar Gaus Surahman
Browse files

Minor fixes

parent 9e9079c3
No related branches found
No related tags found
No related merge requests found
Pipeline #205602 passed
......@@ -37,7 +37,7 @@ class BlazyViewsFieldFile extends BlazyViewsFieldPluginBase {
/* @phpstan-ignore-next-line */
return $this->blazyEntity->build($data);
}
return [];
return '';
}
/**
......
......@@ -48,7 +48,7 @@ class BlazyViewsFieldMedia extends BlazyViewsFieldPluginBase {
/* @phpstan-ignore-next-line */
return $this->blazyEntity->build($data);
}
return [];
return '';
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment