Skip to content

Commit

Permalink
Update LaraCartContract.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepolo committed Nov 2, 2015
1 parent be2e4ad commit 0c017d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Contracts/LaraCartContract.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ interface LaraCartContract
*
* @return string
*/
public function formatMoney(float $number, $locale = null, $internationalFormat = null);
public function formatMoney($number, $locale = null, $internationalFormat = null);

/**
* Generates a hash for an object
Expand Down

0 comments on commit 0c017d3

Please sign in to comment.