Skip to content

Commit 6e58dea

Browse files
committed
Fix use vars were accidentally moved to fn args
1 parent acbe1e8 commit 6e58dea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/S3/Deployer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@ public function uploadFilesIter( \Iterator $files ): void {
128128

129129
$command_generator = function (
130130
$iterator,
131-
$base_put_data,
132-
$s3_prefix,
133131
) use (
134132
&$items_by_iter_key,
133+
$base_put_data,
134+
$s3_prefix,
135135
) {
136136
$iter_key = 0;
137137
$last_log_time = microtime( true );

0 commit comments

Comments
 (0)