Passed
Push — master ( ef0f7f...29912d )
by Guillaume
02:07
created
src/TorrentMenuItemBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Workflow.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
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))
Please login to merge, or discard this patch.