Skip to content

Commit

Permalink
Fixing docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfzdotnet committed Jan 26, 2014
1 parent 608bd93 commit 7a2e0ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Tmdb/Factory/ImageFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ImageFactory extends AbstractFactory
* Convert an array to an hydrated object
*
* @param array $data
* @param string $key
* @param string|null $key
* @return Image
*/
public static function create(array $data = array(), $key = null)
Expand Down Expand Up @@ -78,7 +78,7 @@ public static function getPossibleKeys()
}

/**
* @param null $key
* @param string|null $key
* @return Image|Image\BackdropImage|Image\LogoImage|Image\PosterImage|Image\ProfileImage|Image\StillImage
*/
private function resolveImageType($key = null)
Expand Down

0 comments on commit 7a2e0ae

Please sign in to comment.