Skip to content

Commit

Permalink
style: ajust code-style
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigofs committed Jan 25, 2024
1 parent a6b8349 commit 6549e15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Components/MaskInput.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ class MaskInput extends TextInput
protected ?RawJs $money = null;

/**
* @param int|null $decimalPrecision Precision decimal
* @param string|null $decimalSeparator Decimal separator
* @param string|null $thousandsSeparator Thousands separator
* @param bool | null $allowNegative Allow negative numbers
* @param int|null $decimalPrecision Precision decimal
* @param string|null $decimalSeparator Decimal separator
* @param string|null $thousandsSeparator Thousands separator
* @param bool | null $allowNegative Allow negative numbers
* @return $this
*/
public function money(?int $decimalPrecision = null, ?string $decimalSeparator = null, ?string $thousandsSeparator = null, ?bool $allowNegative = false): static
Expand Down

0 comments on commit 6549e15

Please sign in to comment.