|
@@ -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.