Skip to content
This repository has been archived by the owner on Oct 16, 2019. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/58' into develop
Browse files Browse the repository at this point in the history
Forward port #58
  • Loading branch information
Xerkus committed Mar 13, 2017
2 parents 95406ea + c48da44 commit 54d2e13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/ZendService/Amazon/Item.php
Expand Up @@ -43,17 +43,17 @@ class Item
public $AverageRating;

/**
* @var string
* @var Image
*/
public $SmallImage;

/**
* @var string
* @var Image
*/
public $MediumImage;

/**
* @var string
* @var Image
*/
public $LargeImage;

Expand Down

0 comments on commit 54d2e13

Please sign in to comment.