mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Avoid type warning in LoginForm
This commit is contained in:
parent
9a57ddcfa6
commit
f1903855b9
@ -24,7 +24,7 @@ class LoginForm extends Form
|
||||
/**
|
||||
* @see Form::createElements()
|
||||
*/
|
||||
public function createElements($formData)
|
||||
public function createElements(array $formData)
|
||||
{
|
||||
$this->addElement(
|
||||
'text',
|
||||
|
Loading…
x
Reference in New Issue
Block a user