Completed
Push — master ( 53645a...5b6666 )
by Stanislav
02:22
created
src/Command/WeburgDownload.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
             }
66 66
 
67 67
             if (!empty($torrentsUrls)) {
68
-                $this->dryRun($input, $output, function () use ($weburgClient, $torrentsDir, $torrentsUrls) {
68
+                $this->dryRun($input, $output, function() use ($weburgClient, $torrentsDir, $torrentsUrls) {
69 69
                     foreach ($torrentsUrls as $torrentUrl) {
70 70
                         $weburgClient->downloadTorrent($torrentUrl, $torrentsDir);
71 71
                     }
Please login to merge, or discard this patch.