Skip to content

Commit 3831b72

Browse files
committed
MAGETWO-95368: Synonyms controller minor fix
1 parent 6a22b76 commit 3831b72

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/code/Magento/Search/Controller/Adminhtml/Synonyms/MassDelete.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ public function __construct(
6262
*
6363
* @return \Magento\Backend\Model\View\Result\Redirect
6464
* @throws \Magento\Framework\Exception\LocalizedException|\Exception
65+
* @throws \Magento\Framework\Exception\NotFoundException|\Exception
6566
*/
6667
public function execute()
6768
{

app/code/Magento/Search/Test/Unit/Controller/Adminhtml/Synonyms/MassDeleteTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
namespace Magento\Search\Test\Unit\Controller\Adminhtml\Synonyms;
99

1010
/**
11-
* Unit tests for MassDelete controller.
11+
* Unit tests for Magento\Search\Controller\Adminhtml\Synonyms\MassDelete controller.
1212
*/
1313
class MassDeleteTest extends \PHPUnit\Framework\TestCase
1414
{

0 commit comments

Comments
 (0)