forked from lubiana/futtern
uiuiiu
This commit is contained in:
parent
5cb66c5012
commit
9b1e3d98f0
4 changed files with 56 additions and 18 deletions
|
@ -1,6 +1,4 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ use Symfony\Config\TwigConfig;
|
|||
return static function (
|
||||
ContainerConfigurator $containerConfigurator,
|
||||
TwigConfig $twig,
|
||||
): void {
|
||||
): void {
|
||||
if ($containerConfigurator->env() === 'test') {
|
||||
$twig->strictVariables(true);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue