Skip to content

Commit 9c14e6f

Browse files
style(*): Change index param type (not nullable) in a private method
1 parent 68e0c83 commit 9c14e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ private function buildRawBodyFromSuperglobals(
4949

5050
private function appendFileData(
5151
array $fileArray,
52-
?int $index,
52+
int $index,
5353
string $fileKey,
5454
string $boundary,
5555
int $threshold,

0 commit comments

Comments
 (0)