Skip to content

Commit

Permalink
Avoid type warning in LoginForm
Browse files Browse the repository at this point in the history
  • Loading branch information
majentsch committed Sep 30, 2014
1 parent 9a57ddc commit f190385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/forms/Authentication/LoginForm.php
Expand Up @@ -24,7 +24,7 @@ public function init()
/**
* @see Form::createElements()
*/
public function createElements($formData)
public function createElements(array $formData)
{
$this->addElement(
'text',
Expand Down

0 comments on commit f190385

Please sign in to comment.