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…
Reference in New Issue