Skip to content

Commit 17b632e

Browse files
authored
MAGETWO-65188: [GitHub][PR] Add correct return type in order service #8668
2 parents edee0d1 + 9678ffd commit 17b632e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Model/Service/OrderService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ public function place(\Magento\Sales\Api\Data\OrderInterface $order)
210210
* @param string $comment
211211
* @param bool $isCustomerNotified
212212
* @param bool $shouldProtectState
213-
* @return \Magento\Sales\Model\Order
213+
* @return \Magento\Sales\Model\Service\OrderService
214214
* @throws \Magento\Framework\Exception\LocalizedException
215215
*/
216216
public function setState(

0 commit comments

Comments
 (0)