Skip to content

Commit 0340713

Browse files
committed
Static test fix
1 parent 680021b commit 0340713

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

app/code/Magento/Fedex/Model/Source/Generic.php

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
<?php
2+
23
/**
34
* Copyright © Magento, Inc. All rights reserved.
45
* See COPYING.txt for license details.
56
*/
67

7-
/**
8-
* Fedex generic source implementation
9-
*
10-
* @author Magento Core Team <core@magentocommerce.com>
11-
*/
128
namespace Magento\Fedex\Model\Source;
139

10+
/**
11+
* Fedex generic source implementation
12+
*
13+
* @author Magento Core Team <core@magentocommerce.com>
14+
*/
1415
class Generic implements \Magento\Framework\Data\OptionSourceInterface
1516
{
1617
/**

0 commit comments

Comments
 (0)