Skip to content

Commit ff1137f

Browse files
committed
MAGETWO-93994: Switch default search engine from MySQL to ElasticSearch
- Add strict type declaration
1 parent 1cd4b71 commit ff1137f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/CatalogSearch/Setup/Patch/Data/MySQLSearchDeprecationNotification.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
7+
68
namespace Magento\CatalogSearch\Setup\Patch\Data;
79

810
class MySQLSearchDeprecationNotification implements \Magento\Framework\Setup\Patch\DataPatchInterface

0 commit comments

Comments
 (0)