Completed
Push — master ( 556e6f...7229c3 )
by Stanislav
02:21
created
src/Command/TorrentAdd.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
 
49 49
     private function addFile(InputInterface $input, OutputInterface $output, TransmissionClient $client, $torrentFile)
50 50
     {
51
-        $this->dryRun($input, $output, function () use ($torrentFile, $client, $input, $output) {
51
+        $this->dryRun($input, $output, function() use ($torrentFile, $client, $input, $output) {
52 52
             $client->addTorrent($torrentFile);
53 53
         }, 'dry-run, don\'t really add torrents');
54 54
     }
Please login to merge, or discard this patch.
src/Command/WeburgDownload.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
                 );
87 87
             }
88 88
 
89
-            $this->dryRun($input, $output, function () use (
89
+            $this->dryRun($input, $output, function() use (
90 90
                 $input,
91 91
                 $output,
92 92
                 $weburgClient,
Please login to merge, or discard this patch.