We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689c749 commit 9eb2626Copy full SHA for 9eb2626
lib/Magento/Db/Adapter/Pdo/Mysql.php
@@ -132,7 +132,7 @@ public function quote($value, $type = null)
132
$this->_connect();
133
134
if ($type !== null
135
- && rray_key_exists($type = strtoupper($type), $this->_numericDataTypes)
+ && array_key_exists($type = strtoupper($type), $this->_numericDataTypes)
136
&& $this->_numericDataTypes[$type] == Zend_Db::FLOAT_TYPE
137
) {
138
$value = $this->_convertFloat($value);
0 commit comments