Skip to content

Commit

Permalink
fixes some types
Browse files Browse the repository at this point in the history
  • Loading branch information
NinoSkopac committed May 2, 2018
1 parent e908a90 commit a743cb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Item.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ class Item implements ItemInterface
*/
private $fileUrl;
/**
* @var int
* @var string
*/
private $duration;
/**
* @var string
*/
private $description;
/**
* @var int
* @var string
*/
private $publishDate;
/**
Expand Down

0 comments on commit a743cb2

Please sign in to comment.