File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/SalesSequence Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public function __construct(
42
42
* @param string $entityType
43
43
* @param int $storeId
44
44
*
45
- * @return \Magento\SalesSequence\Model \Sequence
45
+ * @return \Magento\Framework\DB \Sequence\SequenceInterface
46
46
* @throws \Magento\Framework\Exception\LocalizedException
47
47
*/
48
48
public function getSequence ($ entityType , $ storeId )
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public function __construct(
51
51
/**
52
52
* Observer triggered during adding new store
53
53
*
54
- * @param \Magento\Framework\Event\Observer $observer
54
+ * @param EventObserver $observer
55
55
*
56
56
* @return $this|void
57
57
* @throws \Magento\Framework\Exception\AlreadyExistsException
You can’t perform that action at this time.
0 commit comments