Skip to content

Commit a002bf2

Browse files
author
Rudolf Vince
committed
PSR2 linted
1 parent 18e7519 commit a002bf2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/code/Magento/Wishlist/Controller/Shared/Allcart.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use Magento\Framework\Controller\Result\Redirect;
1616
use Magento\Wishlist\Model\ItemCarrier;
1717

18-
class Allcart implements HttpGetActionInterface
18+
class Allcart implements HttpGetActionInterface
1919
{
2020
/**
2121
* @var ItemCarrier

app/code/Magento/Wishlist/Test/Unit/Controller/Shared/AllcartTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
67
namespace Magento\Wishlist\Test\Unit\Controller\Shared;
78

89
use Magento\Framework\App\Action\Context;

0 commit comments

Comments
 (0)