mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +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()
|
* @see Form::createElements()
|
||||||
*/
|
*/
|
||||||
public function createElements($formData)
|
public function createElements(array $formData)
|
||||||
{
|
{
|
||||||
$this->addElement(
|
$this->addElement(
|
||||||
'text',
|
'text',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user