Skip to content

Commit

Permalink
style(*): Change index param type (not nullable) in a private method
Browse files Browse the repository at this point in the history
  • Loading branch information
julienloizelet committed Oct 23, 2024
1 parent 68e0c83 commit 9c14e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ private function buildRawBodyFromSuperglobals(

private function appendFileData(
array $fileArray,
?int $index,
int $index,
string $fileKey,
string $boundary,
int $threshold,
Expand Down

0 comments on commit 9c14e6f

Please sign in to comment.