Skip to content

Commit

Permalink
doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Sep 19, 2012
1 parent 3fa6b96 commit 8a070ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Cake/Utility/CakeNumber.php
Expand Up @@ -192,6 +192,8 @@ public static function format($value, $options = false) {
/**
* Formats a number into a currency format to show deltas (signed differences in value).
*
* ### Options
*
* - `places` - Number of decimal places to use. ie. 2
* - `before` - The string to place before whole numbers. ie. '['
* - `after` - The string to place after decimal numbers. ie. ']'
Expand Down

0 comments on commit 8a070ca

Please sign in to comment.