Skip to content

Commit 5f89c39

Browse files
committed
AC-11610: Catalog Search fix
* Strict type declaration
1 parent 30bcde0 commit 5f89c39

File tree

1 file changed

+2
-0
lines changed
  • app/code/Magento/AdvancedSearch/Controller/Adminhtml/Search/System/Config

1 file changed

+2
-0
lines changed

app/code/Magento/AdvancedSearch/Controller/Adminhtml/Search/System/Config/TestConnection.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* Copyright © Magento, Inc. All rights reserved.
55
* See COPYING.txt for license details.
66
*/
7+
declare(strict_types=1);
8+
79
namespace Magento\AdvancedSearch\Controller\Adminhtml\Search\System\Config;
810

911
use Magento\Backend\App\Action;

0 commit comments

Comments
 (0)