Skip to content

Commit

Permalink
PSR2 linted
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudolf Vince committed Mar 30, 2020
1 parent 18e7519 commit a002bf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Wishlist/Controller/Shared/Allcart.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use Magento\Framework\Controller\Result\Redirect;
use Magento\Wishlist\Model\ItemCarrier;

class Allcart implements HttpGetActionInterface
class Allcart implements HttpGetActionInterface
{
/**
* @var ItemCarrier
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/

namespace Magento\Wishlist\Test\Unit\Controller\Shared;

use Magento\Framework\App\Action\Context;
Expand Down

0 comments on commit a002bf2

Please sign in to comment.