Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch committed Jun 14, 2023
1 parent b7855e7 commit a552ba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Teller.php
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ public function allocate(mixed $amount, array $ratios): array
/**
* Allocates a monetary amount among N targets.
*
* @param mixed $amount a monetary amount
* @param int<1, max> $n the number of targets
* @param mixed $amount a monetary amount
* @psalm-param positive-int $n the number of targets
*
* @return string[] the calculated monetary amounts
*/
Expand Down

0 comments on commit a552ba8

Please sign in to comment.