We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c1cb77 commit 13ae596Copy full SHA for 13ae596
dev/tests/integration/testsuite/Magento/Search/Model/SynonymReaderTest.php
@@ -25,7 +25,7 @@ protected function setUp()
25
/**
26
* @return array
27
*/
28
- public static function loadByPhraseDataProvider()
+ public function loadByPhraseDataProvider(): array
29
{
30
return [
31
[
@@ -81,7 +81,7 @@ public static function loadByPhraseDataProvider()
81
* @param array $expectedResult
82
* @dataProvider loadByPhraseDataProvider
83
84
- public function testLoadByPhrase($phrase, $expectedResult)
+ public function testLoadByPhrase(string $phrase, array $expectedResult)
85
86
$data = $this->model->loadByPhrase($phrase)->getData();
87
0 commit comments