Skip to content

Commit

Permalink
Removing getKey from the abstract class as subclasses are obliged to …
Browse files Browse the repository at this point in the history
…implement this.
  • Loading branch information
wtfzdotnet committed Feb 28, 2014
1 parent 898afc5 commit e5e04fa
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ public function __construct(array $collection = array())
}
}

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

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

0 comments on commit e5e04fa

Please sign in to comment.