@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Webuni\CommonMark\TwigRenderer; |
| 4 | 4 | |
| 5 | -use League\CommonMark\Converter; |
|
| 6 | 5 | use League\CommonMark\MarkdownConverter; |
| 7 | 6 | use Twig\Environment as Twig; |
| 8 | 7 | use Twig\Loader\ChainLoader; |
@@ -17,7 +17,7 @@ |
||
| 17 | 17 | |
| 18 | 18 | public static function createTwigLoader(): LoaderInterface |
| 19 | 19 | { |
| 20 | - return new FilesystemLoader([dirname(__DIR__) . '/templates']); |
|
| 20 | + return new FilesystemLoader([dirname(__DIR__).'/templates']); |
|
| 21 | 21 | } |
| 22 | 22 | |
| 23 | 23 | public static function configureTwig(Twig $twig): void |