Passed
Pull Request — master (#2881)
by
unknown
04:46
created
app/Http/RequestHandlers/UnconnectedPage.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -71,9 +71,9 @@
 block discarded – undo
71 71
             ->leftJoin('link', function ($join) {
72 72
                 $join
73 73
                     ->on('i_file', '=', 'l_file')
74
-                    ->on(function($condition) {
74
+                    ->on(function ($condition) {
75 75
                         $condition
76
-                            ->on  ('i_id', '=', 'l_from')
76
+                            ->on('i_id', '=', 'l_from')
77 77
                             ->orOn('i_id', '=', 'l_to');
78 78
                     });
79 79
             })
Please login to merge, or discard this patch.