From e5e04fab9e206b6d9ab3f5e3c41d5bf1dc2a42ea Mon Sep 17 00:00:00 2001 From: Michael Roterman Date: Fri, 28 Feb 2014 02:39:56 +0100 Subject: [PATCH] Removing getKey from the abstract class as subclasses are obliged to implement this. --- .../QueryParameter/Type/CollectionToCommaSeperatedString.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/Tmdb/Model/Common/QueryParameter/Type/CollectionToCommaSeperatedString.php b/lib/Tmdb/Model/Common/QueryParameter/Type/CollectionToCommaSeperatedString.php index 3ecb1413..05af7079 100644 --- a/lib/Tmdb/Model/Common/QueryParameter/Type/CollectionToCommaSeperatedString.php +++ b/lib/Tmdb/Model/Common/QueryParameter/Type/CollectionToCommaSeperatedString.php @@ -34,11 +34,6 @@ public function __construct(array $collection = array()) } } - /** - * {@inheritdoc} - */ - abstract public function getKey(); - /** * {@inheritdoc} */