Skip to content

Commit e65c7c1

Browse files
author
Stanislav Idolov
authored
ENGCOM-1936: [Forwardport] Wrong annotation in _toOptionArray : lib\internal\Magento\Framework\D… #15944
2 parents 33393e2 + 9bdd954 commit e65c7c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/Data/SearchResultProcessor.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ public function toArray($arrRequiredFields = [])
188188
}
189189

190190
/**
191-
* @param null $valueField
192-
* @param null $labelField
191+
* @param string|null $valueField
192+
* @param string|null $labelField
193193
* @param array $additional
194194
* @return array
195195
*/

0 commit comments

Comments
 (0)