Обновил php, composer

И сделал косметические правки бандлов
This commit is contained in:
2020-11-08 11:18:56 +03:00
parent 7998209e95
commit 7676933e40
14 changed files with 250 additions and 5 deletions

View File

@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
use Homepage\HtmlPrettierBundle\HtmlPrettierBundle;
use Homepage\SiteMapBundle\SiteMapBundle;
use Homepage\TwigExtensionBundle\TwigExtensionBundle;
@ -12,7 +14,7 @@ class SculpinKernel extends AbstractKernel
return [
TwigExtensionBundle::class,
SiteMapBundle::class,
HtmlPrettierBundle::class,
HtmlPrettierBundle::class,
];
}
}