@@ -10,7 +10,7 @@ |
||
10 | 10 | { |
11 | 11 | $itemMetada = []; |
12 | 12 | |
13 | - $row->children('td')->nextAll()->each(function ($column) use (&$itemMetada) { |
|
13 | + $row->children('td')->nextAll()->each(function($column) use (&$itemMetada) { |
|
14 | 14 | $itemMetada[] = trim($column->text()); |
15 | 15 | }); |
16 | 16 |
@@ -53,7 +53,7 @@ |
||
53 | 53 | protected static function menuFor(Crawler $torrents) |
54 | 54 | { |
55 | 55 | if ($torrents->count()) { |
56 | - $torrents->nextAll()->each(function ($row) { |
|
56 | + $torrents->nextAll()->each(function($row) { |
|
57 | 57 | ScriptFilter::add( |
58 | 58 | Item::create() |
59 | 59 | ->title(TorrentMenuItemBuilder::title($row)) |