Skip to content

Commit e29d67a

Browse files
committed
Fix README example
1 parent 5458830 commit e29d67a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ Forces aligned or not aligned multiline function parameters:
4242
- int $index = 0,
4343
- $arg = 'no type',
4444
- ...$variadic,
45-
+ int $index = 0,
46-
+ $arg = 'no type',
45+
+ int $index = 0,
46+
+ $arg = 'no type',
4747
+ ...$variadic
4848
): void {}
4949
```

0 commit comments

Comments
 (0)