Avoid type warning in LoginForm

This commit is contained in:
Matthias Jentsch 2014-09-30 15:50:16 +02:00
parent 9a57ddcfa6
commit f1903855b9

View File

@ -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',