Skip to content

Commit e5e04fa

Browse files
committed
Removing getKey from the abstract class as subclasses are obliged to implement this.
1 parent 898afc5 commit e5e04fa

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

lib/Tmdb/Model/Common/QueryParameter/Type/CollectionToCommaSeperatedString.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ public function __construct(array $collection = array())
3434
}
3535
}
3636

37-
/**
38-
* {@inheritdoc}
39-
*/
40-
abstract public function getKey();
41-
4237
/**
4338
* {@inheritdoc}
4439
*/

0 commit comments

Comments
 (0)