Skip to content

Commit

Permalink
merge magento/develop into magento-honey-badgers/declarative_schema_test
Browse files Browse the repository at this point in the history
  • Loading branch information
Magento CICD authored Nov 1, 2017
2 parents f4bed38 + 2a5c140 commit 0a53cbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/Magento/Framework/Api/FilterBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function setField($field)
/**
* Set value
*
* @param string $value
* @param string|array $value
* @return $this
*/
public function setValue($value)
Expand Down
1 change: 1 addition & 0 deletions lib/internal/Magento/Framework/Convert/Excel.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ protected function _getXmlRow($row, $useCallback)
}
if (isset($value[0]) && in_array($value[0], ['=', '+', '-'])) {
$value = ' ' . $value;
$dataType = 'String';
}

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

0 comments on commit 0a53cbf

Please sign in to comment.