Skip to content

Commit e98d988

Browse files
committed
Fixed phpstan issues
1 parent 7a86109 commit e98d988

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Form/Extension/TogglePasswordTypeExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ public function buildView(FormView $view, FormInterface $form, array $options):
8585
}
8686

8787
$controllerName = 'toggle-password';
88+
$controllerValues = [];
8889
$view->vars['attr']['data-controller'] = trim(\sprintf('%s %s', $view->vars['attr']['data-controller'] ?? '', $controllerName));
8990

9091
if (false !== $options['toggle_translation_domain']) {

0 commit comments

Comments
 (0)