Skip to content

Commit

Permalink
Merge pull request #416 from christiaan/bugfix_php5_3
Browse files Browse the repository at this point in the history
No need to redeclare interface methods in the abstract
  • Loading branch information
Phalcon committed Jun 12, 2014
2 parents 5cf1bdd + 90ad25c commit e670854
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions Library/Commands/CommandAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,6 @@ abstract class CommandAbstract implements CommandInterface
{
private $_parameters = null;

/**
* Command provided by this command
*
* @return string
*/
abstract public function getCommand();

/**
* Command usage
*
* @return string
*/
abstract public function getUsage();

/**
* @return string
*/
abstract public function getDescription();

/**
* Returns parameter named $name if specified
* on the commmand line else null
Expand Down

0 comments on commit e670854

Please sign in to comment.