get_total_refunded should return a float

props. @phpstan
This commit is contained in:
Viktor Szépe 2019-04-21 21:36:31 +02:00 committed by GitHub
parent 3dc0fcb0c7
commit 4e4dad0581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ interface WC_Order_Data_Store_Interface {
* Get amount already refunded.
*
* @param WC_Order $order Order object.
* @return string
* @return float
*/
public function get_total_refunded( $order );