Skip to content

Commit cfef507

Browse files
author
Stanislav Idolov
authored
ENGCOM-1915: Wrong annotation in _toOptionArray : lib\internal\Magento\Framework\D… #15892
2 parents 2730aac + 343aeef commit cfef507

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)