Skip to content

Commit

Permalink
bug fix [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Irfan committed Jul 22, 2020
1 parent a3a17ad commit dae158c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Model/Watch/EpisodeListItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Jikan\Model\Watch;

use Jikan\Model\Resource\AnimeImageResource\CommonImageResource;
use Jikan\Model\Resource\CommonImageResource\CommonImageResource;
use Jikan\Parser\Watch\EpisodeListItemParser;

/**
Expand All @@ -29,7 +29,7 @@ class EpisodeListItem
private $name;

/**
* @var AnimeResourceImages
* @var CommonImageResource
*/
private $images;

Expand Down

0 comments on commit dae158c

Please sign in to comment.