Skip to content

Commit

Permalink
Removing the factory interface and adjusting the AbstractFactory, do …
Browse files Browse the repository at this point in the history
…not see a reason to keep this interface.
  • Loading branch information
wtfzdotnet committed Feb 28, 2014
1 parent 9843ea8 commit 898afc5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
2 changes: 1 addition & 1 deletion lib/Tmdb/Factory/AbstractFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* Class AbstractFactory
* @package Tmdb\Factory
*/
abstract class AbstractFactory implements FactoryInterface {
abstract class AbstractFactory {
/**
* Convert an array to an hydrated object
*
Expand Down
25 changes: 0 additions & 25 deletions lib/Tmdb/Factory/FactoryInterface.php

This file was deleted.

0 comments on commit 898afc5

Please sign in to comment.