Skip to content

Commit b3b920d

Browse files
author
Vitalii Tychenok
committed
Fix for Static Tests
1 parent 5f27338 commit b3b920d

File tree

1 file changed

+5
-1
lines changed
  • app/code/Magento/Multishipping/Controller/Checkout

1 file changed

+5
-1
lines changed

app/code/Magento/Multishipping/Controller/Checkout/Plugin.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
<?php
22
/**
3-
*
43
* Copyright © Magento, Inc. All rights reserved.
54
* See COPYING.txt for license details.
65
*/
76
namespace Magento\Multishipping\Controller\Checkout;
87

8+
/**
9+
* Class Plugin
10+
*
11+
* @package Magento\Multishipping\Controller\Checkout
12+
*/
913
class Plugin
1014
{
1115
/**

0 commit comments

Comments
 (0)