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

Commit

Permalink
Merge branch 'namespace_cleanup'
Browse files Browse the repository at this point in the history
Conflicts:
	library/Zend/Feed/Reader/Reader.php
  • Loading branch information
weierophinney committed Jul 6, 2010
2 parents 7a52da4 + 1bb3488 commit c5ab2f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Adapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function generate();
* @param mixed $element
* @return string
*/
public function render(\Zend\View\ViewInterface $view = null, $element = null);
public function render(\Zend\View\ViewEngine $view = null, $element = null);

/**
* Set captcha name
Expand Down
2 changes: 1 addition & 1 deletion src/Dumb.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Dumb extends Word
* @param mixed $element
* @return string
*/
public function render(\Zend\View\ViewInterface $view = null, $element = null)
public function render(\Zend\View\ViewEngine $view = null, $element = null)
{
return 'Please type this word backwards: <b>'
. strrev($this->getWord())
Expand Down

0 comments on commit c5ab2f3

Please sign in to comment.