@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | |
4 | 4 | namespace Nexendrie\SiteGenerator; |
5 | 5 | |
@@ -86,7 +86,7 @@ discard block |
||
86 | 86 | return $resolver->resolve($meta); |
87 | 87 | } |
88 | 88 | |
89 | - protected function processAssets(array &$meta, string &$html, string $basePath): void { |
|
89 | + protected function processAssets(array &$meta, string & $html, string $basePath): void { |
|
90 | 90 | foreach($meta["styles"] as $index => $style) { |
91 | 91 | if(!file_exists("$basePath/$style")) { |
92 | 92 | unset($meta["styles"][$index]); |