Skip to content

Commit

Permalink
Fix README example
Browse files Browse the repository at this point in the history
  • Loading branch information
erickskrauch committed Jan 13, 2024
1 parent 5458830 commit e29d67a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ Forces aligned or not aligned multiline function parameters:
- int $index = 0,
- $arg = 'no type',
- ...$variadic,
+ int $index = 0,
+ $arg = 'no type',
+ int $index = 0,
+ $arg = 'no type',
+ ...$variadic
): void {}
```
Expand Down

0 comments on commit e29d67a

Please sign in to comment.