Skip to content

Commit 0a53cbf

Browse files
author
Magento CICD
authored
merge magento/develop into magento-honey-badgers/declarative_schema_test
2 parents f4bed38 + 2a5c140 commit 0a53cbf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/internal/Magento/Framework/Api/FilterBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function setField($field)
2929
/**
3030
* Set value
3131
*
32-
* @param string $value
32+
* @param string|array $value
3333
* @return $this
3434
*/
3535
public function setValue($value)

lib/internal/Magento/Framework/Convert/Excel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ protected function _getXmlRow($row, $useCallback)
147147
}
148148
if (isset($value[0]) && in_array($value[0], ['=', '+', '-'])) {
149149
$value = ' ' . $value;
150+
$dataType = 'String';
150151
}
151152

152153
$value = str_replace("\r\n", '
', $value);

0 commit comments

Comments
 (0)