Skip to content

Commit

Permalink
Merge pull request #5541 from z-song/analysis-m4J39W
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
jxlwqq committed Mar 16, 2022
2 parents 3d9974c + ab8f05a commit 6727f64
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Show/Field.php
Original file line number Diff line number Diff line change
Expand Up @@ -391,11 +391,12 @@ public function badge($style = 'blue')
}

/**
* Show field as number
*
* @param int $decimals
* Show field as number.
*
* @param int $decimals
* @param string $decimal_seperator
* @param string $thousands_seperator
*
* @return Field
*/
public function number($decimals = 0, $decimal_seperator = '.', $thousands_seperator = ',')
Expand Down

0 comments on commit 6727f64

Please sign in to comment.