Skip to content

Commit c9e3668

Browse files
Add some more union types
1 parent 0edf475 commit c9e3668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Form/TwigRendererEngine.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ protected function loadResourceForBlockName(string $cacheKey, FormView $view, st
145145
* this variable will be kept and be available upon
146146
* further calls to this method using the same theme.
147147
*/
148-
protected function loadResourcesFromTheme(string $cacheKey, &$theme)
148+
protected function loadResourcesFromTheme(string $cacheKey, mixed &$theme)
149149
{
150150
if (!$theme instanceof Template) {
151151
/* @var Template $theme */

0 commit comments

Comments
 (0)