Completed
Push — master ( 694263...b38d6b )
by Taosikai
37:06 queued 22:08
created
src/Manager/Refund/Refund.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Manager/Theme/ThemeManagerInterface.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.