Skip to content

Commit

Permalink
Typo in data type (#905)
Browse files Browse the repository at this point in the history
* Insert whitespace in class name for styling to work. See pull request #594 Remove whitespace in addBodyClass($className)#594

* Fixed typo in data type.
  • Loading branch information
kiatng authored Feb 21, 2020
1 parent 26c125c commit 17a8221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/code/core/Mage/Sales/Model/Convert/Quote.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public function addressToOrderAddress(Mage_Sales_Model_Quote_Address $address)
* Convert quote payment to order payment
*
* @param Mage_Sales_Model_Quote_Payment $payment
* @return Mage_Sales_Model_Quote_Payment
* @return Mage_Sales_Model_Order_Payment
*/
public function paymentToOrderPayment(Mage_Sales_Model_Quote_Payment $payment)
{
Expand Down
2 changes: 1 addition & 1 deletion lib/Varien/Db/Adapter/Interface.php
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ public function select();
*
* @param mixed $table The table to insert data into.
* @param array $data Column-value pairs or array of column-value pairs.
* @param arrat $fields update fields pairs or values
* @param array $fields update fields pairs or values
* @return int The number of affected rows.
*/
public function insertOnDuplicate($table, array $data, array $fields = array());
Expand Down

0 comments on commit 17a8221

Please sign in to comment.