Passed
Push — master ( b93f0b...feb66d )
by Bertrand
05:42
created
app/Http/Middleware/FlashWikiCallback.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
      */
17 17
     public function handle($request, Closure $next)
18 18
     {
19
-        if(session()->has('wiki_callback')){
19
+        if (session()->has('wiki_callback')) {
20 20
             session()->keep(['wiki_callback', 'wiki_token']);
21 21
         }
22 22
         return $next($request);
Please login to merge, or discard this patch.