Skip to content

Commit

Permalink
remove duplicate abstract function declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLB committed Oct 21, 2013
1 parent 7c2f0a9 commit 66d625f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/CleverAge/Ruler/RuleAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ abstract class RuleAbstract implements RuleInterface
*/
protected $_nand_children = array();

/**
* {@inheritdoc}
*/
abstract public function doIsSatisfied();

/**
* {@inheritdoc}
*/
Expand Down

0 comments on commit 66d625f

Please sign in to comment.