Commit c62a75a
fix: add type hints to SplitCommand::getSplitDestination parameters (#123)
- Add int type hint to $index parameter
- Add bool type hint to $md5 parameter
- Fixes strict_types compliance issue at lines 67-72
Co-authored-by: Claude <[email protected]>1 parent 51b50a3 commit c62a75a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
| 68 | + | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments