@@ -7,7 +7,6 @@ |
||
7 | 7 | use Brendt\Stitcher\Factory\HeaderCompilerFactory; |
8 | 8 | use Brendt\Stitcher\Factory\ParserFactory; |
9 | 9 | use Brendt\Stitcher\Factory\TemplateEngineFactory; |
10 | -use Brendt\Stitcher\Site\Http\HeaderCompiler; |
|
11 | 10 | use Brendt\Stitcher\Site\Meta\MetaCompiler; |
12 | 11 | use Brendt\Stitcher\Site\Page; |
13 | 12 | use Brendt\Stitcher\Template\TemplatePlugin; |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Brendt\Stitcher\Site\Http; |
4 | 4 | |
5 | -use Brendt\Stitcher\Exception\ConfigurationException; |
|
6 | 5 | use Brendt\Stitcher\Site\Page; |
7 | 6 | use Symfony\Component\Filesystem\Filesystem; |
8 | 7 | use Tivie\HtaccessParser\HtaccessContainer; |
@@ -209,7 +209,7 @@ |
||
209 | 209 | $this->createConditionalRewrite($rewriteBlock, '%{DOCUMENT_ROOT}/$1.html -f', '^(.+?)/?$ /$1.html [L]'); |
210 | 210 | } |
211 | 211 | |
212 | - private function createConditionalRewrite(Block &$rewriteBlock, string $condition, string $rule) { |
|
212 | + private function createConditionalRewrite(Block & $rewriteBlock, string $condition, string $rule) { |
|
213 | 213 | $rewriteBlock->addLineBreak(1); |
214 | 214 | |
215 | 215 | $conditionLine = new Directive(); |