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

[#2899] Remove redundant method declaration #3681

Merged
merged 1 commit into from
Feb 6, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions library/Zend/Console/Prompt/AbstractPrompt.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ abstract class AbstractPrompt implements PromptInterface
*/ */
protected $lastResponse; protected $lastResponse;


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

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