Completed
Push — master ( 8e28ab...2236d8 )
by Taosikai
15:04
created
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.