Skip to content

Commit 0fbbc06

Browse files
author
Yuri Kovsher
committed
MAGETWO-36610: S51 PR
1 parent c9bf9fa commit 0fbbc06

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/code/Magento/Wishlist/Controller/Index/Cart.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ class Cart extends Action\Action implements IndexInterface
7171
* @param \Magento\Framework\Escaper $escaper
7272
* @param \Magento\Wishlist\Helper\Data $helper
7373
* @param \Magento\Checkout\Helper\Cart $cartHelper
74+
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
7475
*/
7576
public function __construct(
7677
Action\Context $context,

app/code/Magento/Wishlist/Test/Unit/Controller/Index/CartTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ protected function setUp()
203203
->will($this->returnValue($this->messageManagerMock));
204204
$this->contextMock->expects($this->any())
205205
->method('getUrl')
206-
->willReturn($this->urlMock);
206+
->willReturn($this->urlMock);
207207
$this->contextMock->expects($this->any())
208208
->method('getResultFactory')
209209
->willReturn($this->resultFactoryMock);

0 commit comments

Comments
 (0)