Skip to content

Commit

Permalink
AbstractPdf::_getTotalsList - fix return comment
Browse files Browse the repository at this point in the history
Method returns an array not a single total.
  • Loading branch information
fooman committed Aug 13, 2015
1 parent cb6cded commit e643598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Sales/Model/Order/Pdf/AbstractPdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ protected function _sortTotalsList($a, $b)
/**
* Return total list
*
* @return \Magento\Sales\Model\Order\Pdf\Total\DefaultTotal
* @return \Magento\Sales\Model\Order\Pdf\Total\DefaultTotal[] Array of totals
*/
protected function _getTotalsList()
{
Expand Down

0 comments on commit e643598

Please sign in to comment.