Skip to content

Commit 97c9733

Browse files
committed
MAGETWO-44333: Move Search API to Framework to Make Grid Component work through them
- Fixed static tests
1 parent ae103a3 commit 97c9733

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/internal/Magento/Framework/Api/Search/SearchInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright © 2015 Magento. All rights reserved.
3+
* Copyright © 2015 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
66
namespace Magento\Framework\Api\Search;

lib/internal/Magento/Framework/Search/Search.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright © 2015 Magento. All rights reserved.
3+
* Copyright © 2015 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
66
namespace Magento\Framework\Search;

lib/internal/Magento/Framework/Search/SearchResponseBuilderInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright © 2015 Magento. All rights reserved.
3+
* Copyright © 2015 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
66
namespace Magento\Framework\Search;
@@ -12,4 +12,4 @@ interface SearchResponseBuilderInterface
1212
* @return \Magento\Framework\Api\Search\SearchResultInterface
1313
*/
1414
public function build(\Magento\Framework\Search\ResponseInterface $response);
15-
}
15+
}

0 commit comments

Comments
 (0)