Skip to content

Commit 13ae596

Browse files
committed
MAGETWO-99669: [Magento Cloud] Error on searching for < symbol
1 parent 9c1cb77 commit 13ae596

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/Search/Model/SynonymReaderTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ protected function setUp()
2525
/**
2626
* @return array
2727
*/
28-
public static function loadByPhraseDataProvider()
28+
public function loadByPhraseDataProvider(): array
2929
{
3030
return [
3131
[
@@ -81,7 +81,7 @@ public static function loadByPhraseDataProvider()
8181
* @param array $expectedResult
8282
* @dataProvider loadByPhraseDataProvider
8383
*/
84-
public function testLoadByPhrase($phrase, $expectedResult)
84+
public function testLoadByPhrase(string $phrase, array $expectedResult)
8585
{
8686
$data = $this->model->loadByPhrase($phrase)->getData();
8787

0 commit comments

Comments
 (0)