Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Merge pull request #3538 from texdc/master
Browse files Browse the repository at this point in the history
ElementPrepareAwareInterface should use FormInterface
  • Loading branch information
Maks3w committed Jan 23, 2013
2 parents af65980 + 856c8a3 commit af58ac2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/Zend/Form/ElementPrepareAwareInterface.php
Expand Up @@ -14,8 +14,8 @@ interface ElementPrepareAwareInterface
/**
* Prepare the form element (mostly used for rendering purposes)
*
* @param Form $form
* @param FormInterface $form
* @return mixed
*/
public function prepareElement(Form $form);
public function prepareElement(FormInterface $form);
}

0 comments on commit af58ac2

Please sign in to comment.