Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 2234540

Browse files
Correct function return statement.
1 parent b5aac65 commit 2234540

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)