Skip to content

Commit bc2001f

Browse files
author
Aleksey Gorbulin
committed
Refactoring-Magento_SalesSequence
1 parent 606e31c commit bc2001f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/SalesSequence/Model/Manager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function __construct(
4242
* @param string $entityType
4343
* @param int $storeId
4444
*
45-
* @return \Magento\SalesSequence\Model\Sequence
45+
* @return \Magento\Framework\DB\Sequence\SequenceInterface
4646
* @throws \Magento\Framework\Exception\LocalizedException
4747
*/
4848
public function getSequence($entityType, $storeId)

app/code/Magento/SalesSequence/Observer/SequenceCreatorObserver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function __construct(
5151
/**
5252
* Observer triggered during adding new store
5353
*
54-
* @param \Magento\Framework\Event\Observer $observer
54+
* @param EventObserver $observer
5555
*
5656
* @return $this|void
5757
* @throws \Magento\Framework\Exception\AlreadyExistsException

0 commit comments

Comments
 (0)