@@ -47,8 +47,8 @@ |
||
| 47 | 47 | ]; |
| 48 | 48 | } |
| 49 | 49 | |
| 50 | - $cleanedIds = array_map(function ($torrentId) { |
|
| 51 | - return (int)$torrentId; |
|
| 50 | + $cleanedIds = array_map(function($torrentId) { |
|
| 51 | + return (int) $torrentId; |
|
| 52 | 52 | }, $ids); |
| 53 | 53 | |
| 54 | 54 | $this->createSession(); |