Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfzdotnet committed Feb 26, 2014
1 parent e13bb4b commit 3ebc6b4
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions lib/Tmdb/Model/Movie.php
Original file line number Diff line number Diff line change
Expand Up @@ -838,8 +838,6 @@ public function setTrailers($trailers)
}

/**
* @todo fix the phpdoc when we have actually implemented support for more providers in the future
*
* @return \Tmdb\Model\Common\Trailer\Youtube[]
*/
public function getTrailers()
Expand Down
1 change: 0 additions & 1 deletion lib/Tmdb/Model/Query/Discover/DiscoverMoviesQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ public function certificationCountry($country)
* Expected value is a valid certification for the specificed 'certification_country'.
*
* @param mixed $value
* @todo fix method parameter name and specification
* @return $this
*/
public function certificationLte($value)
Expand Down
1 change: 0 additions & 1 deletion lib/Tmdb/Repository/SearchRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ public function searchPerson($query, PersonSearchQuery $parameters, array $heade
* @param ListSearchQuery $parameters
* @param array $headers
*
* @todo fix return docblock
* @return ResultCollection
*/
public function searchList($query, ListSearchQuery $parameters, array $headers = array()) {
Expand Down
1 change: 0 additions & 1 deletion test/Tmdb/Tests/Model/Common/SpokenLanguageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class SpokenLanguageTest extends TestCase
{
/**
* @test
* @todo fix
*/
public function shouldBeFunctional()
{
Expand Down
1 change: 0 additions & 1 deletion test/Tmdb/Tests/Model/Common/TranslationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class TranslationTest extends TestCase
{
/**
* @test
* @todo fix
*/
public function shouldBeFunctional()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
class DiscoverTvQueryTest extends TestCase
{
/**
* @todo expand
* @test
*/
public function shouldCreateValidQuery()
Expand Down
1 change: 0 additions & 1 deletion test/Tmdb/Tests/Repository/MovieRepositoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ public function shouldGetReviews()

/**
* @test
* @todo FIX
*/
public function shouldGetLists()
{
Expand Down

0 comments on commit 3ebc6b4

Please sign in to comment.