Skip to content

Commit 955f48f

Browse files
committed
MAGETWO-40097: Refactor Search Web Api
- Fixed Copyrights
1 parent e74a659 commit 955f48f

File tree

4 files changed

+8
-16
lines changed

4 files changed

+8
-16
lines changed

app/code/Magento/Search/Api/SearchInterface.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?php
22
/**
3-
* Created by PhpStorm.
4-
* User: aohorodnyk
5-
* Date: 14.07.2015
6-
* Time: 9:47
3+
* Copyright © 2015 Magento. All rights reserved.
4+
* See COPYING.txt for license details.
75
*/
86
namespace Magento\Search\Api;
97

app/code/Magento/Search/Model/Search.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?php
22
/**
3-
* Created by PhpStorm.
4-
* User: aohorodnyk
5-
* Date: 14.07.2015
6-
* Time: 9:56
3+
* Copyright © 2015 Magento. All rights reserved.
4+
* See COPYING.txt for license details.
75
*/
86
namespace Magento\Search\Model;
97

app/code/Magento/Search/Test/Unit/Model/SearchTest.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?php
22
/**
3-
* Created by PhpStorm.
4-
* User: aohorodnyk
5-
* Date: 14.07.2015
6-
* Time: 11:53
3+
* Copyright © 2015 Magento. All rights reserved.
4+
* See COPYING.txt for license details.
75
*/
86
namespace Magento\Search\Test\Unit\Model;
97

dev/tests/api-functional/testsuite/Magento/Search/Api/SearchTest.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?php
22
/**
3-
* Created by PhpStorm.
4-
* User: aohorodnyk
5-
* Date: 14.07.2015
6-
* Time: 12:55
3+
* Copyright © 2015 Magento. All rights reserved.
4+
* See COPYING.txt for license details.
75
*/
86
namespace Magento\Search\Api;
97

0 commit comments

Comments
 (0)