Completed
Push — master ( 7c8f3d...23b833 )
by Níckolas Daniel
05:40
created
Infrastructure/Application/StaticSite/JigsawGenerateOldPagesAfterBuild.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
         $filesystem = new Filesystem();
19 19
 
20 20
         $outputFileRepository->all()
21
-            ->filter(function (OutputFile $file) {
21
+            ->filter(function(OutputFile $file) {
22 22
                 if (!Str::contains($file->path(), 'episodio/')) {
23 23
                     return false;
24 24
                 }
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
 
29 29
                 return $crawler->filter('link[rel="oldLink"]')->count();
30 30
             })
31
-            ->each(function (OutputFile $file) use ($jigsaw, $filesystem) {
31
+            ->each(function(OutputFile $file) use ($jigsaw, $filesystem) {
32 32
                 $crawler = new Crawler();
33 33
                 $crawler->addHtmlContent($file->content());
34 34
 
Please login to merge, or discard this patch.