ci: fix code style

This commit is contained in:
odain
2025-12-19 10:38:48 +01:00
parent a4b0b6e855
commit d552727c55

View File

@@ -14,6 +14,7 @@ use ReflectionMethod;
use SetupUtils; use SetupUtils;
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase; use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
use Symfony\Component\HttpKernel\KernelInterface; use Symfony\Component\HttpKernel\KernelInterface;
use const DEBUG_BACKTRACE_IGNORE_ARGS; use const DEBUG_BACKTRACE_IGNORE_ARGS;
/** /**