This commit is contained in:
lubiana 2025-06-18 20:12:54 +02:00
parent 5cb66c5012
commit 9b1e3d98f0
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
4 changed files with 56 additions and 18 deletions

View file

@ -1,6 +1,4 @@
<?php
declare(strict_types=1);
<?php declare(strict_types=1);
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;

View file

@ -6,7 +6,7 @@ use Symfony\Config\TwigConfig;
return static function (
ContainerConfigurator $containerConfigurator,
TwigConfig $twig,
): void {
): void {
if ($containerConfigurator->env() === 'test') {
$twig->strictVariables(true);
}