mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-06 19:19:29 +00:00
Fixed phpstan issues
This commit is contained in:
parent
7a86109d66
commit
e98d988c45
1 changed files with 1 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ final class TogglePasswordTypeExtension extends AbstractTypeExtension
|
||||||
}
|
}
|
||||||
|
|
||||||
$controllerName = 'toggle-password';
|
$controllerName = 'toggle-password';
|
||||||
|
$controllerValues = [];
|
||||||
$view->vars['attr']['data-controller'] = trim(\sprintf('%s %s', $view->vars['attr']['data-controller'] ?? '', $controllerName));
|
$view->vars['attr']['data-controller'] = trim(\sprintf('%s %s', $view->vars['attr']['data-controller'] ?? '', $controllerName));
|
||||||
|
|
||||||
if (false !== $options['toggle_translation_domain']) {
|
if (false !== $options['toggle_translation_domain']) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue