Skip to content

Commit 9bdd954

Browse files
ENGCOM-1936: [Forwardport] Wrong annotation in _toOptionArray : lib\internal\Magento\Framework\D… #15944
- Merge Pull Request #15944 from vgelani/magento2:2.3-develop-PR-port-15892 - Merged commits: 1. 681e65f 2. cb0108f
2 parents 33393e2 + cb0108f commit 9bdd954

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)