Completed
Push — master ( c4e200...4a09e4 )
by Níckolas Daniel
05:14 queued 10s
created
src/Application/Service/FileProcessing/PostProcessFiles.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
         }
56 56
 
57 57
         $canonicalLink = $canonical->first()->attr('href');
58
-        $post = $this->postRepository->withAudio()->filter(function (Post $post) use ($canonicalLink) {
58
+        $post = $this->postRepository->withAudio()->filter(function(Post $post) use ($canonicalLink) {
59 59
             return $canonicalLink === $post->url();
60 60
         })->first();
61 61
 
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
         }
65 65
 
66 66
         $header = [
67
-            '---' ,
67
+            '---',
68 68
             'redirect_from:',
69 69
         ];
70 70
 
Please login to merge, or discard this patch.