Skip to content

Commit 6727f64

Browse files
authored
Merge pull request #5541 from z-song/analysis-m4J39W
Apply fixes from StyleCI
2 parents 3d9974c + ab8f05a commit 6727f64

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/Show/Field.php

+4-3
Original file line numberDiff line numberDiff line change
@@ -391,11 +391,12 @@ public function badge($style = 'blue')
391391
}
392392

393393
/**
394-
* Show field as number
395-
*
396-
* @param int $decimals
394+
* Show field as number.
395+
*
396+
* @param int $decimals
397397
* @param string $decimal_seperator
398398
* @param string $thousands_seperator
399+
*
399400
* @return Field
400401
*/
401402
public function number($decimals = 0, $decimal_seperator = '.', $thousands_seperator = ',')

0 commit comments

Comments
 (0)