@@ -10,7 +10,6 @@ |
||
10 | 10 | */ |
11 | 11 | namespace Slince\Shopify\Manager\Refund; |
12 | 12 | |
13 | -use Doctrine\Common\Inflector\Inflector; |
|
14 | 13 | use Slince\Shopify\Common\Model\Model; |
15 | 14 | use Slince\Shopify\Hydrator\Association\HasMany; |
16 | 15 | use Slince\Shopify\Manager\Transaction\Transaction; |
@@ -25,7 +25,7 @@ discard block |
||
25 | 25 | /** |
26 | 26 | * Gets the theme by its id |
27 | 27 | * @param int $id |
28 | - * @return Theme |
|
28 | + * @return \Slince\Shopify\Common\Model\ModelInterface |
|
29 | 29 | */ |
30 | 30 | public function find($id); |
31 | 31 | |
@@ -54,7 +54,7 @@ discard block |
||
54 | 54 | /** |
55 | 55 | * Creates a theme |
56 | 56 | * @param array $data |
57 | - * @return Theme |
|
57 | + * @return \Slince\Shopify\Common\Model\ModelInterface |
|
58 | 58 | */ |
59 | 59 | public function create(array $data); |
60 | 60 | } |
61 | 61 | \ No newline at end of file |