Completed
Push — master ( 4a8ded...14d8ed )
by Taosikai
15:43
created
src/Manager/Article/Article.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
     }
94 94
 
95 95
     /**
96
-     * @return string
96
+     * @return \DateTime
97 97
      */
98 98
     public function getCreatedAt()
99 99
     {
Please login to merge, or discard this patch.
src/Manager/CarrierService/CarrierServiceManagerInterface.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@  discard block
 block discarded – undo
30 30
      *
31 31
      * @param int $id
32 32
      *
33
-     * @return CarrierService
33
+     * @return \Slince\Shopify\Common\Model\ModelInterface
34 34
      */
35 35
     public function find($id);
36 36
 
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
      *
59 59
      * @param array $data
60 60
      *
61
-     * @return CarrierService
61
+     * @return \Slince\Shopify\Common\Model\ModelInterface
62 62
      */
63 63
     public function create(array $data);
64 64
 }
65 65
\ No newline at end of file
Please login to merge, or discard this patch.
src/Manager/Collect/CollectManagerInterface.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@  discard block
 block discarded – undo
30 30
      *
31 31
      * @param int $id
32 32
      *
33
-     * @return Collect
33
+     * @return \Slince\Shopify\Common\Model\ModelInterface
34 34
      */
35 35
     public function find($id);
36 36
 
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
      *
58 58
      * @param array $data
59 59
      *
60
-     * @return Collect
60
+     * @return \Slince\Shopify\Common\Model\ModelInterface
61 61
      */
62 62
     public function create(array $data);
63 63
 }
64 64
\ No newline at end of file
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
@@ -30,7 +30,7 @@  discard block
 block discarded – undo
30 30
      *
31 31
      * @param int $id
32 32
      *
33
-     * @return Theme
33
+     * @return \Slince\Shopify\Common\Model\ModelInterface
34 34
      */
35 35
     public function find($id);
36 36
 
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
      *
68 68
      * @param array $data
69 69
      *
70
-     * @return Theme
70
+     * @return \Slince\Shopify\Common\Model\ModelInterface
71 71
      */
72 72
     public function create(array $data);
73 73
 }
74 74
\ No newline at end of file
Please login to merge, or discard this patch.
src/Manager/Order/LineItem.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -191,7 +191,7 @@  discard block
 block discarded – undo
191 191
     }
192 192
 
193 193
     /**
194
-     * @return string
194
+     * @return double
195 195
      */
196 196
     public function getPrice()
197 197
     {
@@ -291,7 +291,7 @@  discard block
 block discarded – undo
291 291
     }
292 292
 
293 293
     /**
294
-     * @return bool
294
+     * @return string
295 295
      */
296 296
     public function isTitle()
297 297
     {
Please login to merge, or discard this patch.
src/Manager/Order/Order.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1331,7 +1331,7 @@  discard block
 block discarded – undo
1331 1331
     }
1332 1332
 
1333 1333
     /**
1334
-     * @return array
1334
+     * @return Address
1335 1335
      */
1336 1336
     public function getBillingAddress()
1337 1337
     {
@@ -1351,7 +1351,7 @@  discard block
 block discarded – undo
1351 1351
     }
1352 1352
 
1353 1353
     /**
1354
-     * @return array
1354
+     * @return Address
1355 1355
      */
1356 1356
     public function getShippingAddress()
1357 1357
     {
@@ -1391,7 +1391,7 @@  discard block
 block discarded – undo
1391 1391
     }
1392 1392
 
1393 1393
     /**
1394
-     * @return array
1394
+     * @return ClientDetails
1395 1395
      */
1396 1396
     public function getClientDetails()
1397 1397
     {
Please login to merge, or discard this patch.
src/Manager/Page/Page.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -161,7 +161,7 @@  discard block
 block discarded – undo
161 161
     }
162 162
 
163 163
     /**
164
-     * @return string
164
+     * @return \DateTime
165 165
      */
166 166
     public function getCreatedAt()
167 167
     {
@@ -181,7 +181,7 @@  discard block
 block discarded – undo
181 181
     }
182 182
 
183 183
     /**
184
-     * @return string
184
+     * @return \DateTime
185 185
      */
186 186
     public function getUpdatedAt()
187 187
     {
@@ -201,7 +201,7 @@  discard block
 block discarded – undo
201 201
     }
202 202
 
203 203
     /**
204
-     * @return int
204
+     * @return \DateTime
205 205
      */
206 206
     public function getPublishedAt()
207 207
     {
@@ -221,7 +221,7 @@  discard block
 block discarded – undo
221 221
     }
222 222
 
223 223
     /**
224
-     * @return int
224
+     * @return string
225 225
      */
226 226
     public function getTemplateSuffix()
227 227
     {
Please login to merge, or discard this patch.
src/Manager/Shop/Shop.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -556,7 +556,7 @@
 block discarded – undo
556 556
     }
557 557
 
558 558
     /**
559
-     * @return string
559
+     * @return integer
560 560
      */
561 561
     public function getPrimaryLocationId()
562 562
     {
Please login to merge, or discard this patch.
src/Manager/Theme/Theme.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@
 block discarded – undo
131 131
     }
132 132
 
133 133
     /**
134
-     * @return string
134
+     * @return integer
135 135
      */
136 136
     public function getThemeStoreId()
137 137
     {
Please login to merge, or discard this patch.