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 #3681 branch 'hotfix/declare-abstract-method' Fix #…
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Feb 6, 2013
2 parents 18d76db + 4633ffb commit 90c1639
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions library/Zend/Console/Prompt/AbstractPrompt.php
Expand Up @@ -26,13 +26,6 @@ abstract class AbstractPrompt implements PromptInterface
*/
protected $lastResponse;

/**
* Show a prompt
*
* @return void
*/
abstract public function show();

/**
* Return last answer to this prompt.
*
Expand Down

0 comments on commit 90c1639

Please sign in to comment.