@@ -48,7 +48,7 @@ |
||
| 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 | } |
@@ -86,7 +86,7 @@ |
||
| 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, |