Skip to content

Commit

Permalink
Cleaning up API namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfzdotnet committed Jan 12, 2014
1 parent 5bb3e2f commit 2789ad4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions lib/Tmdb/Api/Discover.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class Discover
* Discover movies by different types of data like average rating, number of votes, genres and certifications.
*
* @param array $options
* @param array $headers
* @return mixed
*/
public function discoverMovies(array $options = array(), array $headers = array())
Expand Down
2 changes: 0 additions & 2 deletions lib/Tmdb/Api/TvSeason.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
*/
namespace Tmdb\Api;

use Tmdb\Exception\NotImplementedException;

class TvSeason
extends AbstractApi
{
Expand Down

0 comments on commit 2789ad4

Please sign in to comment.