Completed
Push — master ( 7e7429...42c63f )
by Jakub
01:50
created
src/Generator.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Nexendrie\SiteGenerator;
5 5
 
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
     }
85 85
   }
86 86
   
87
-  protected function processAssets(array &$meta, string &$html, string $basePath): void {
87
+  protected function processAssets(array &$meta, string & $html, string $basePath): void {
88 88
     $meta["styles"] = array_filter($meta["styles"], function($value) use($basePath) {
89 89
       return file_exists("$basePath/$value");
90 90
     });
Please login to merge, or discard this patch.