Skip to content

Commit 8922155

Browse files
sanganinamrataMastiuhin Oleksandr
authored andcommitted
Correct function return statement.
1 parent 5a7c3bd commit 8922155

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/SalesRule/Controller/Adminhtml/Promo

1 file changed

+1
-1
lines changed

app/code/Magento/SalesRule/Controller/Adminhtml/Promo/Quote.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ protected function _initRule()
7474
/**
7575
* Initiate action
7676
*
77-
* @return this
77+
* @return $this
7878
*/
7979
protected function _initAction()
8080
{

0 commit comments

Comments
 (0)