[2025-04-10T17:27:20.759391+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"dbname_suffix":"_test","driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"db","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"db_test","charset":"utf8mb4"} {"params":{"use_savepoints":true,"dbname_suffix":"_test","driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"db","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"db_test","charset":"utf8mb4"}} [] [2025-04-10T17:27:20.760333+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"dbname_suffix":"_test","driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"db","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"charset":"utf8mb4"} {"params":{"use_savepoints":true,"dbname_suffix":"_test","driver":"pdo_mysql","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"db","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"charset":"utf8mb4"}} [] [2025-04-10T17:27:20.761198+02:00] console.CRITICAL: Error thrown while running command "doctrine:database:create --env=test". Message: "An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection refused" {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection refused at /var/www/html/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] Connection refused at /var/www/html/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:24)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] Connection refused at /var/www/html/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:33)","command":"doctrine:database:create --env=test","message":"An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection refused"} [] [2025-04-10T17:27:20.762861+02:00] console.DEBUG: Command "doctrine:database:create --env=test" exited with code "2002" {"command":"doctrine:database:create --env=test","code":2002} [] [2025-04-10T17:27:55.989968+02:00] console.CRITICAL: Error thrown while running command "doctrine:database:create --env=test". Message: "Invalid platform version "mariadb-10.11" specified. The platform version has to be specified in the format: "^(?:5\.5\.5-)?(mariadb-)?.."." {"exception":"[object] (Doctrine\\DBAL\\Exception(code: 0): Invalid platform version \"mariadb-10.11\" specified. The platform version has to be specified in the format: \"^(?:5\\.5\\.5-)?(mariadb-)?..\". at /var/www/html/vendor/doctrine/dbal/src/Exception.php:53)","command":"doctrine:database:create --env=test","message":"Invalid platform version \"mariadb-10.11\" specified. The platform version has to be specified in the format: \"^(?:5\\.5\\.5-)?(mariadb-)?..\"."} [] [2025-04-10T17:27:55.991162+02:00] console.DEBUG: Command "doctrine:database:create --env=test" exited with code "1" {"command":"doctrine:database:create --env=test","code":1} [] [2025-04-10T17:30:30.879617+02:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"dbname_suffix":"_test","driver":"pdo_mysql","idle_connection_ttl":600,"host":"db","port":3306,"user":"db","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"db_test","serverVersion":"mariadb-10.11.2","charset":"utf8mb4"} {"params":{"use_savepoints":true,"dbname_suffix":"_test","driver":"pdo_mysql","idle_connection_ttl":600,"host":"db","port":3306,"user":"db","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"db_test","serverVersion":"mariadb-10.11.2","charset":"utf8mb4"}} [] [2025-04-10T17:30:30.889095+02:00] console.CRITICAL: Error thrown while running command "doctrine:schema:drop --force --env=test". Message: "An exception occurred in the driver: SQLSTATE[HY000] [1044] Access denied for user 'db'@'%' to database 'db_test'" {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 1044): An exception occurred in the driver: SQLSTATE[HY000] [1044] Access denied for user 'db'@'%' to database 'db_test' at /var/www/html/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1044): SQLSTATE[HY000] [1044] Access denied for user 'db'@'%' to database 'db_test' at /var/www/html/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:24)\n[previous exception] [object] (PDOException(code: 1044): SQLSTATE[HY000] [1044] Access denied for user 'db'@'%' to database 'db_test' at /var/www/html/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:33)","command":"doctrine:schema:drop --force --env=test","message":"An exception occurred in the driver: SQLSTATE[HY000] [1044] Access denied for user 'db'@'%' to database 'db_test'"} [] [2025-04-10T17:30:30.890434+02:00] console.DEBUG: Command "doctrine:schema:drop --force --env=test" exited with code "1044" {"command":"doctrine:schema:drop --force --env=test","code":1044} [] [2025-04-10T17:30:52.651934+02:00] console.CRITICAL: Error thrown while running command "debug:container --env=test --parameter=database_url". Message: "You have requested a non-existent parameter "database_url"." {"exception":"[object] (Symfony\\Component\\DependencyInjection\\Exception\\ParameterNotFoundException(code: 0): You have requested a non-existent parameter \"database_url\". at /var/www/html/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php:93)","command":"debug:container --env=test --parameter=database_url","message":"You have requested a non-existent parameter \"database_url\"."} [] [2025-04-10T17:30:52.653027+02:00] console.DEBUG: Command "debug:container --env=test --parameter=database_url" exited with code "1" {"command":"debug:container --env=test --parameter=database_url","code":1} [] [2025-04-10T15:35:46.352303+00:00] deprecation.INFO: Deprecated: Symfony\Component\Config\ResourceCheckerConfigCache::write(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Config\\ResourceCheckerConfigCache::write(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/config/ResourceCheckerConfigCache.php:113)"} [] [2025-04-10T15:35:46.352314+00:00] deprecation.INFO: Deprecated: Symfony\Component\Config\ConfigCacheInterface::write(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Config\\ConfigCacheInterface::write(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/config/ConfigCacheInterface.php:44)"} [] [2025-04-10T15:35:46.352318+00:00] deprecation.INFO: Deprecated: Symfony\Bundle\FrameworkBundle\Console\Application::all(): Implicitly marking parameter $namespace as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bundle\\FrameworkBundle\\Console\\Application::all(): Implicitly marking parameter $namespace as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/framework-bundle/Console/Application.php:136)"} [] [2025-04-10T15:35:46.352321+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Application::run(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Application::run(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Application.php:137)"} [] [2025-04-10T15:35:46.352322+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Application::run(): Implicitly marking parameter $output as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Application::run(): Implicitly marking parameter $output as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Application.php:137)"} [] [2025-04-10T15:35:46.352324+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Application::all(): Implicitly marking parameter $namespace as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Application::all(): Implicitly marking parameter $namespace as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Application.php:755)"} [] [2025-04-10T15:35:46.352326+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Application::extractNamespace(): Implicitly marking parameter $limit as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Application::extractNamespace(): Implicitly marking parameter $limit as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Application.php:1116)"} [] [2025-04-10T15:35:46.352327+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Input\InputArgument::__construct(): Implicitly marking parameter $mode as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Input\\InputArgument::__construct(): Implicitly marking parameter $mode as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Input/InputArgument.php:47)"} [] [2025-04-10T15:35:46.352330+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Input\InputArgument::__construct(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Input\\InputArgument::__construct(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Input/InputArgument.php:47)"} [] [2025-04-10T15:35:46.352332+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Input\InputArgument::setDefault(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Input\\InputArgument::setDefault(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Input/InputArgument.php:96)"} [] [2025-04-10T15:35:46.352334+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Input\InputOption::__construct(): Implicitly marking parameter $shortcut as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Input\\InputOption::__construct(): Implicitly marking parameter $shortcut as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Input/InputOption.php:68)"} [] [2025-04-10T15:35:46.352336+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Input\InputOption::__construct(): Implicitly marking parameter $mode as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Input\\InputOption::__construct(): Implicitly marking parameter $mode as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Input/InputOption.php:68)"} [] [2025-04-10T15:35:46.352338+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Input\InputOption::__construct(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Input\\InputOption::__construct(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Input/InputOption.php:68)"} [] [2025-04-10T15:35:46.352340+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Input\InputOption::setDefault(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Input\\InputOption::setDefault(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Input/InputOption.php:181)"} [] [2025-04-10T15:35:46.352343+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Output\ConsoleOutput::__construct(): Implicitly marking parameter $decorated as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Output\\ConsoleOutput::__construct(): Implicitly marking parameter $decorated as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Output/ConsoleOutput.php:40)"} [] [2025-04-10T15:35:46.352345+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Output\ConsoleOutput::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Output\\ConsoleOutput::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Output/ConsoleOutput.php:40)"} [] [2025-04-10T15:35:46.352346+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Output\StreamOutput::__construct(): Implicitly marking parameter $decorated as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Output\\StreamOutput::__construct(): Implicitly marking parameter $decorated as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Output/StreamOutput.php:42)"} [] [2025-04-10T15:35:46.352348+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Output\StreamOutput::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Output\\StreamOutput::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Output/StreamOutput.php:42)"} [] [2025-04-10T15:35:46.352350+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Output\Output::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Output\\Output::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Output/Output.php:40)"} [] [2025-04-10T15:35:46.352352+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Formatter\OutputFormatterStyle::__construct(): Implicitly marking parameter $foreground as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Formatter\\OutputFormatterStyle::__construct(): Implicitly marking parameter $foreground as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Formatter/OutputFormatterStyle.php:36)"} [] [2025-04-10T15:35:46.352353+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Formatter\OutputFormatterStyle::__construct(): Implicitly marking parameter $background as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Formatter\\OutputFormatterStyle::__construct(): Implicitly marking parameter $background as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Formatter/OutputFormatterStyle.php:36)"} [] [2025-04-10T15:35:46.352355+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Formatter\OutputFormatterStyle::setForeground(): Implicitly marking parameter $color as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Formatter\\OutputFormatterStyle::setForeground(): Implicitly marking parameter $color as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Formatter/OutputFormatterStyle.php:44)"} [] [2025-04-10T15:35:46.352357+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Formatter\OutputFormatterStyle::setBackground(): Implicitly marking parameter $color as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Formatter\\OutputFormatterStyle::setBackground(): Implicitly marking parameter $color as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Formatter/OutputFormatterStyle.php:52)"} [] [2025-04-10T15:35:46.352358+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Formatter\OutputFormatterStyleInterface::setForeground(): Implicitly marking parameter $color as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Formatter\\OutputFormatterStyleInterface::setForeground(): Implicitly marking parameter $color as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Formatter/OutputFormatterStyleInterface.php:24)"} [] [2025-04-10T15:35:46.352361+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Formatter\OutputFormatterStyleInterface::setBackground(): Implicitly marking parameter $color as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Formatter\\OutputFormatterStyleInterface::setBackground(): Implicitly marking parameter $color as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Formatter/OutputFormatterStyleInterface.php:29)"} [] [2025-04-10T15:35:46.352363+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Formatter\OutputFormatterStyleStack::__construct(): Implicitly marking parameter $emptyStyle as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Formatter\\OutputFormatterStyleStack::__construct(): Implicitly marking parameter $emptyStyle as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Formatter/OutputFormatterStyleStack.php:29)"} [] [2025-04-10T15:35:46.352365+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Formatter\OutputFormatterStyleStack::pop(): Implicitly marking parameter $style as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Formatter\\OutputFormatterStyleStack::pop(): Implicitly marking parameter $style as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Formatter/OutputFormatterStyleStack.php:56)"} [] [2025-04-10T15:35:46.352367+00:00] deprecation.INFO: Deprecated: Symfony\Component\Runtime\Runner\Symfony\ConsoleApplicationRunner::__construct(): Implicitly marking parameter $output as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Runtime\\Runner\\Symfony\\ConsoleApplicationRunner::__construct(): Implicitly marking parameter $output as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/runtime/Runner/Symfony/ConsoleApplicationRunner.php:30)"} [] [2025-04-10T15:35:46.352368+00:00] deprecation.INFO: Deprecated: Symfony\Component\Cache\Adapter\ApcuAdapter::__construct(): Implicitly marking parameter $version as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Cache\\Adapter\\ApcuAdapter::__construct(): Implicitly marking parameter $version as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/cache/Adapter/ApcuAdapter.php:28)"} [] [2025-04-10T15:35:46.352370+00:00] deprecation.INFO: Deprecated: Symfony\Component\Cache\Adapter\ApcuAdapter::__construct(): Implicitly marking parameter $marshaller as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Cache\\Adapter\\ApcuAdapter::__construct(): Implicitly marking parameter $marshaller as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/cache/Adapter/ApcuAdapter.php:28)"} [] [2025-04-10T15:35:46.352372+00:00] deprecation.INFO: Deprecated: Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Cache\\Adapter\\AbstractAdapter::createSystemCache(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/cache/Adapter/AbstractAdapter.php:90)"} [] [2025-04-10T15:35:46.352374+00:00] deprecation.INFO: Deprecated: Symfony\Component\Cache\Traits\ContractsTrait::doGet(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Cache\\Traits\\ContractsTrait::doGet(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/cache/Traits/ContractsTrait.php:64)"} [] [2025-04-10T15:35:46.352375+00:00] deprecation.INFO: Deprecated: Symfony\Component\Cache\Adapter\ArrayAdapter::get(): Implicitly marking parameter $beta as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Cache\\Adapter\\ArrayAdapter::get(): Implicitly marking parameter $beta as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/cache/Adapter/ArrayAdapter.php:80)"} [] [2025-04-10T15:35:46.352377+00:00] deprecation.INFO: Deprecated: Symfony\Component\Cache\Adapter\ArrayAdapter::get(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Cache\\Adapter\\ArrayAdapter::get(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/cache/Adapter/ArrayAdapter.php:80)"} [] [2025-04-10T15:35:46.352379+00:00] deprecation.INFO: Deprecated: Symfony\Component\Cache\Adapter\ChainAdapter::get(): Implicitly marking parameter $beta as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Cache\\Adapter\\ChainAdapter::get(): Implicitly marking parameter $beta as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/cache/Adapter/ChainAdapter.php:94)"} [] [2025-04-10T15:35:46.352380+00:00] deprecation.INFO: Deprecated: Symfony\Component\Cache\Adapter\ChainAdapter::get(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Cache\\Adapter\\ChainAdapter::get(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/cache/Adapter/ChainAdapter.php:94)"} [] [2025-04-10T15:35:46.352382+00:00] deprecation.INFO: Deprecated: {closure:Symfony\Component\Cache\Adapter\ChainAdapter::get():106}(): Implicitly marking parameter $item as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: {closure:Symfony\\Component\\Cache\\Adapter\\ChainAdapter::get():106}(): Implicitly marking parameter $item as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/cache/Adapter/ChainAdapter.php:106)"} [] [2025-04-10T15:35:46.352384+00:00] deprecation.INFO: Deprecated: Symfony\Component\Cache\Adapter\PhpArrayAdapter::get(): Implicitly marking parameter $beta as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Cache\\Adapter\\PhpArrayAdapter::get(): Implicitly marking parameter $beta as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/cache/Adapter/PhpArrayAdapter.php:84)"} [] [2025-04-10T15:35:46.352385+00:00] deprecation.INFO: Deprecated: Symfony\Component\Cache\Adapter\PhpArrayAdapter::get(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Cache\\Adapter\\PhpArrayAdapter::get(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/cache/Adapter/PhpArrayAdapter.php:84)"} [] [2025-04-10T15:35:46.352388+00:00] deprecation.INFO: Deprecated: Symfony\Component\Cache\Adapter\PhpFilesAdapter::__construct(): Implicitly marking parameter $directory as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Cache\\Adapter\\PhpFilesAdapter::__construct(): Implicitly marking parameter $directory as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/cache/Adapter/PhpFilesAdapter.php:46)"} [] [2025-04-10T15:35:46.352390+00:00] deprecation.INFO: Deprecated: Symfony\Component\Cache\Traits\FilesystemCommonTrait::write(): Implicitly marking parameter $expiresAt as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Cache\\Traits\\FilesystemCommonTrait::write(): Implicitly marking parameter $expiresAt as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:91)"} [] [2025-04-10T15:35:46.352391+00:00] deprecation.INFO: Deprecated: Symfony\Component\Cache\Traits\FilesystemCommonTrait::getFile(): Implicitly marking parameter $directory as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Cache\\Traits\\FilesystemCommonTrait::getFile(): Implicitly marking parameter $directory as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/cache/Traits/FilesystemCommonTrait.php:121)"} [] [2025-04-10T15:35:46.352393+00:00] deprecation.INFO: Deprecated: Symfony\Component\DependencyInjection\ContainerAwareTrait::setContainer(): Implicitly marking parameter $container as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\DependencyInjection\\ContainerAwareTrait::setContainer(): Implicitly marking parameter $container as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/dependency-injection/ContainerAwareTrait.php:26)"} [] [2025-04-10T15:35:46.352395+00:00] deprecation.INFO: Deprecated: Symfony\Component\DependencyInjection\ContainerAwareInterface::setContainer(): Implicitly marking parameter $container as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\DependencyInjection\\ContainerAwareInterface::setContainer(): Implicitly marking parameter $container as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/dependency-injection/ContainerAwareInterface.php:24)"} [] [2025-04-10T15:35:46.352397+00:00] deprecation.INFO: Deprecated: Symfony\Component\DependencyInjection\Container::__construct(): Implicitly marking parameter $parameterBag as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\DependencyInjection\\Container::__construct(): Implicitly marking parameter $parameterBag as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/dependency-injection/Container.php:65)"} [] [2025-04-10T15:35:46.352399+00:00] deprecation.INFO: Deprecated: Symfony\Component\DependencyInjection\Argument\ServiceLocator::__construct(): Implicitly marking parameter $serviceTypes as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\DependencyInjection\\Argument\\ServiceLocator::__construct(): Implicitly marking parameter $serviceTypes as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:27)"} [] [2025-04-10T15:35:46.352401+00:00] deprecation.INFO: Deprecated: Symfony\Component\DependencyInjection\ServiceLocator::formatAlternatives(): Implicitly marking parameter $alternatives as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\DependencyInjection\\ServiceLocator::formatAlternatives(): Implicitly marking parameter $alternatives as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/dependency-injection/ServiceLocator.php:137)"} [] [2025-04-10T15:35:46.352403+00:00] deprecation.INFO: Deprecated: Symfony\Component\Config\Resource\ClassExistenceResource::__construct(): Implicitly marking parameter $exists as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Config\\Resource\\ClassExistenceResource::__construct(): Implicitly marking parameter $exists as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/config/Resource/ClassExistenceResource.php:37)"} [] [2025-04-10T15:35:46.352405+00:00] deprecation.INFO: Deprecated: Symfony\Component\Config\Resource\ClassExistenceResource::throwOnRequiredClass(): Implicitly marking parameter $previous as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Config\\Resource\\ClassExistenceResource::throwOnRequiredClass(): Implicitly marking parameter $previous as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/config/Resource/ClassExistenceResource.php:146)"} [] [2025-04-10T15:35:46.352410+00:00] deprecation.INFO: Deprecated: Symfony\Component\Config\Resource\DirectoryResource::__construct(): Implicitly marking parameter $pattern as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Config\\Resource\\DirectoryResource::__construct(): Implicitly marking parameter $pattern as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/config/Resource/DirectoryResource.php:32)"} [] [2025-04-10T15:35:46.352413+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\EventListener\LocaleListener::__construct(): Implicitly marking parameter $router as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::__construct(): Implicitly marking parameter $router as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/EventListener/LocaleListener.php:38)"} [] [2025-04-10T15:35:46.352415+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\EventListener\ErrorListener::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/EventListener/ErrorListener.php:44)"} [] [2025-04-10T15:35:46.352417+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\EventListener\ErrorListener::logException(): Implicitly marking parameter $logLevel as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::logException(): Implicitly marking parameter $logLevel as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/EventListener/ErrorListener.php:157)"} [] [2025-04-10T15:35:46.352419+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\HttpKernel::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\HttpKernel::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/HttpKernel.php:58)"} [] [2025-04-10T15:35:46.352421+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\HttpKernel::__construct(): Implicitly marking parameter $argumentResolver as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\HttpKernel::__construct(): Implicitly marking parameter $argumentResolver as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/HttpKernel.php:58)"} [] [2025-04-10T15:35:46.352422+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\HttpKernel::terminateWithException(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\HttpKernel::terminateWithException(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/HttpKernel.php:103)"} [] [2025-04-10T15:35:46.352425+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpFoundation\UrlHelper::__construct(): Implicitly marking parameter $requestContext as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpFoundation\\UrlHelper::__construct(): Implicitly marking parameter $requestContext as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-foundation/UrlHelper.php:26)"} [] [2025-04-10T15:35:46.352428+00:00] deprecation.INFO: Deprecated: Symfony\Component\Cache\Adapter\TraceableAdapter::get(): Implicitly marking parameter $beta as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Cache\\Adapter\\TraceableAdapter::get(): Implicitly marking parameter $beta as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/cache/Adapter/TraceableAdapter.php:41)"} [] [2025-04-10T15:35:46.352429+00:00] deprecation.INFO: Deprecated: Symfony\Component\Cache\Adapter\TraceableAdapter::get(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Cache\\Adapter\\TraceableAdapter::get(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/cache/Adapter/TraceableAdapter.php:41)"} [] [2025-04-10T15:35:46.352431+00:00] deprecation.INFO: Deprecated: Symfony\Component\Cache\Marshaller\DefaultMarshaller::__construct(): Implicitly marking parameter $useIgbinarySerialize as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Cache\\Marshaller\\DefaultMarshaller::__construct(): Implicitly marking parameter $useIgbinarySerialize as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/cache/Marshaller/DefaultMarshaller.php:26)"} [] [2025-04-10T15:35:46.352433+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\EventListener\AbstractSessionListener::__construct(): Implicitly marking parameter $container as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\EventListener\\AbstractSessionListener::__construct(): Implicitly marking parameter $container as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php:53)"} [] [2025-04-10T15:35:46.352434+00:00] deprecation.INFO: Deprecated: Symfony\Component\Asset\Packages::__construct(): Implicitly marking parameter $defaultPackage as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Asset\\Packages::__construct(): Implicitly marking parameter $defaultPackage as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/asset/Packages.php:31)"} [] [2025-04-10T15:35:46.352436+00:00] deprecation.INFO: Deprecated: Symfony\Component\Asset\Packages::getPackage(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Asset\\Packages::getPackage(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/asset/Packages.php:58)"} [] [2025-04-10T15:35:46.352437+00:00] deprecation.INFO: Deprecated: Symfony\Component\Asset\Packages::getVersion(): Implicitly marking parameter $packageName as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Asset\\Packages::getVersion(): Implicitly marking parameter $packageName as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/asset/Packages.php:81)"} [] [2025-04-10T15:35:46.352439+00:00] deprecation.INFO: Deprecated: Symfony\Component\Asset\Packages::getUrl(): Implicitly marking parameter $packageName as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Asset\\Packages::getUrl(): Implicitly marking parameter $packageName as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/asset/Packages.php:96)"} [] [2025-04-10T15:35:46.352441+00:00] deprecation.INFO: Deprecated: Symfony\Component\Asset\Package::__construct(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Asset\\Package::__construct(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/asset/Package.php:29)"} [] [2025-04-10T15:35:46.352442+00:00] deprecation.INFO: Deprecated: Symfony\Component\Asset\PathPackage::__construct(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Asset\\PathPackage::__construct(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/asset/PathPackage.php:34)"} [] [2025-04-10T15:35:46.352444+00:00] deprecation.INFO: Deprecated: Symfony\Component\Translation\TranslatorBagInterface::getCatalogue(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Translation\\TranslatorBagInterface::getCatalogue(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/translation/TranslatorBagInterface.php:28)"} [] [2025-04-10T15:35:46.352446+00:00] deprecation.INFO: Deprecated: Symfony\Component\Translation\Translator::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Translation\\Translator::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/translation/Translator.php:72)"} [] [2025-04-10T15:35:46.352447+00:00] deprecation.INFO: Deprecated: Symfony\Component\Translation\Translator::__construct(): Implicitly marking parameter $cacheDir as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Translation\\Translator::__construct(): Implicitly marking parameter $cacheDir as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/translation/Translator.php:72)"} [] [2025-04-10T15:35:46.352449+00:00] deprecation.INFO: Deprecated: Symfony\Component\Translation\Translator::addResource(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Translation\\Translator::addResource(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/translation/Translator.php:110)"} [] [2025-04-10T15:35:46.352453+00:00] deprecation.INFO: Deprecated: Symfony\Component\Translation\Translator::trans(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Translation\\Translator::trans(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/translation/Translator.php:177)"} [] [2025-04-10T15:35:46.352455+00:00] deprecation.INFO: Deprecated: Symfony\Component\Translation\Translator::trans(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Translation\\Translator::trans(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/translation/Translator.php:177)"} [] [2025-04-10T15:35:46.352457+00:00] deprecation.INFO: Deprecated: Symfony\Component\Translation\Translator::getCatalogue(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Translation\\Translator::getCatalogue(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/translation/Translator.php:216)"} [] [2025-04-10T15:35:46.352459+00:00] deprecation.INFO: Deprecated: Symfony\Component\Translation\MessageCatalogue::all(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Translation\\MessageCatalogue::all(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/translation/MessageCatalogue.php:67)"} [] [2025-04-10T15:35:46.352461+00:00] deprecation.INFO: Deprecated: Symfony\Component\Translation\MessageCatalogueInterface::all(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Translation\\MessageCatalogueInterface::all(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/translation/MessageCatalogueInterface.php:42)"} [] [2025-04-10T15:35:46.352464+00:00] deprecation.INFO: Deprecated: Symfony\Bundle\FrameworkBundle\Translation\Translator::addResource(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bundle\\FrameworkBundle\\Translation\\Translator::addResource(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/framework-bundle/Translation/Translator.php:123)"} [] [2025-04-10T15:35:46.352466+00:00] deprecation.INFO: Deprecated: Symfony\Component\Translation\Formatter\MessageFormatter::__construct(): Implicitly marking parameter $translator as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Translation\\Formatter\\MessageFormatter::__construct(): Implicitly marking parameter $translator as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/translation/Formatter/MessageFormatter.php:31)"} [] [2025-04-10T15:35:46.352468+00:00] deprecation.INFO: Deprecated: Symfony\Component\Translation\Formatter\MessageFormatter::__construct(): Implicitly marking parameter $intlFormatter as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Translation\\Formatter\\MessageFormatter::__construct(): Implicitly marking parameter $intlFormatter as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/translation/Formatter/MessageFormatter.php:31)"} [] [2025-04-10T15:35:46.352470+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::__construct(): Implicitly marking parameter $exceptionHandler as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::__construct(): Implicitly marking parameter $exceptionHandler as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:52)"} [] [2025-04-10T15:35:46.352472+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:52)"} [] [2025-04-10T15:35:46.352474+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::__construct(): Implicitly marking parameter $deprecationLogger as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::__construct(): Implicitly marking parameter $deprecationLogger as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:52)"} [] [2025-04-10T15:35:46.352476+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure(): Implicitly marking parameter $event as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure(): Implicitly marking parameter $event as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:70)"} [] [2025-04-10T15:35:46.352480+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\Debug\FileLinkFormatter::__construct(): Implicitly marking parameter $fileLinkFormat as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\Debug\\FileLinkFormatter::__construct(): Implicitly marking parameter $fileLinkFormat as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php:36)"} [] [2025-04-10T15:35:46.352482+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\Debug\FileLinkFormatter::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\Debug\\FileLinkFormatter::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php:36)"} [] [2025-04-10T15:35:46.352483+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\Debug\FileLinkFormatter::__construct(): Implicitly marking parameter $baseDir as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\Debug\\FileLinkFormatter::__construct(): Implicitly marking parameter $baseDir as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php:36)"} [] [2025-04-10T15:35:46.352485+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\Debug\FileLinkFormatter::__construct(): Implicitly marking parameter $urlFormat as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\Debug\\FileLinkFormatter::__construct(): Implicitly marking parameter $urlFormat as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php:36)"} [] [2025-04-10T15:35:46.352487+00:00] deprecation.INFO: Deprecated: Symfony\Component\Stopwatch\Stopwatch::openSection(): Implicitly marking parameter $id as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Stopwatch\\Stopwatch::openSection(): Implicitly marking parameter $id as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/stopwatch/Stopwatch.php:62)"} [] [2025-04-10T15:35:46.352490+00:00] deprecation.INFO: Deprecated: Symfony\Component\Stopwatch\Stopwatch::start(): Implicitly marking parameter $category as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Stopwatch\\Stopwatch::start(): Implicitly marking parameter $category as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/stopwatch/Stopwatch.php:99)"} [] [2025-04-10T15:35:46.352491+00:00] deprecation.INFO: Deprecated: Symfony\Component\Stopwatch\Section::__construct(): Implicitly marking parameter $origin as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Stopwatch\\Section::__construct(): Implicitly marking parameter $origin as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/stopwatch/Section.php:39)"} [] [2025-04-10T15:35:46.352493+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\Log\DebugLoggerInterface::getLogs(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\Log\\DebugLoggerInterface::getLogs(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php:32)"} [] [2025-04-10T15:35:46.352495+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\Log\DebugLoggerInterface::countErrors(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\Log\\DebugLoggerInterface::countErrors(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php:39)"} [] [2025-04-10T15:35:46.352497+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Monolog\Processor\DebugProcessor::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Monolog\\Processor\\DebugProcessor::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php:29)"} [] [2025-04-10T15:35:46.352498+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Monolog\Processor\DebugProcessor::getLogs(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Monolog\\Processor\\DebugProcessor::getLogs(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php:74)"} [] [2025-04-10T15:35:46.352501+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Monolog\Processor\DebugProcessor::countErrors(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Monolog\\Processor\\DebugProcessor::countErrors(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php:90)"} [] [2025-04-10T15:35:46.352503+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\EventListener\RouterListener::__construct(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::__construct(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/EventListener/RouterListener.php:57)"} [] [2025-04-10T15:35:46.352504+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\EventListener\RouterListener::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/EventListener/RouterListener.php:57)"} [] [2025-04-10T15:35:46.352506+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\EventListener\RouterListener::__construct(): Implicitly marking parameter $projectDir as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::__construct(): Implicitly marking parameter $projectDir as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/EventListener/RouterListener.php:57)"} [] [2025-04-10T15:35:46.352508+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\EventListener\RouterListener::setCurrentRequest(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::setCurrentRequest(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/EventListener/RouterListener.php:71)"} [] [2025-04-10T15:35:46.352510+00:00] deprecation.INFO: Deprecated: Symfony\Component\Validator\Validation::createCallable(): Implicitly marking parameter $constraintOrValidator as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Validator\\Validation::createCallable(): Implicitly marking parameter $constraintOrValidator as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/validator/Validation.php:27)"} [] [2025-04-10T15:35:46.352512+00:00] deprecation.INFO: Deprecated: Symfony\Component\Validator\Validation::createIsValidCallable(): Implicitly marking parameter $constraintOrValidator as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Validator\\Validation::createIsValidCallable(): Implicitly marking parameter $constraintOrValidator as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/validator/Validation.php:45)"} [] [2025-04-10T15:35:46.352514+00:00] deprecation.INFO: Deprecated: {closure:Symfony\Component\Validator\Validation::createIsValidCallable():56}(): Implicitly marking parameter $violations as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: {closure:Symfony\\Component\\Validator\\Validation::createIsValidCallable():56}(): Implicitly marking parameter $violations as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/validator/Validation.php:56)"} [] [2025-04-10T15:35:46.352517+00:00] deprecation.INFO: Deprecated: Symfony\Component\Validator\Mapping\Loader\AutoMappingTrait::isAutoMappingEnabledForClass(): Implicitly marking parameter $classValidatorRegexp as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Validator\\Mapping\\Loader\\AutoMappingTrait::isAutoMappingEnabledForClass(): Implicitly marking parameter $classValidatorRegexp as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php:24)"} [] [2025-04-10T15:35:46.352519+00:00] deprecation.INFO: Deprecated: Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader::__construct(): Implicitly marking parameter $classValidatorRegexp as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Validator\\Mapping\\Loader\\PropertyInfoLoader::__construct(): Implicitly marking parameter $classValidatorRegexp as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php:39)"} [] [2025-04-10T15:35:46.352521+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\Profiler\ProfilerStorageInterface::find(): Implicitly marking parameter $start as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\Profiler\\ProfilerStorageInterface::find(): Implicitly marking parameter $start as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php:36)"} [] [2025-04-10T15:35:46.352523+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\Profiler\ProfilerStorageInterface::find(): Implicitly marking parameter $end as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\Profiler\\ProfilerStorageInterface::find(): Implicitly marking parameter $end as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php:36)"} [] [2025-04-10T15:35:46.352525+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\Profiler\FileProfilerStorage::find(): Implicitly marking parameter $start as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\Profiler\\FileProfilerStorage::find(): Implicitly marking parameter $start as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:48)"} [] [2025-04-10T15:35:46.352527+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\Profiler\FileProfilerStorage::find(): Implicitly marking parameter $end as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\Profiler\\FileProfilerStorage::find(): Implicitly marking parameter $end as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:48)"} [] [2025-04-10T15:35:46.352529+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\Profiler\FileProfilerStorage::find(): Implicitly marking parameter $statusCode as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\Profiler\\FileProfilerStorage::find(): Implicitly marking parameter $statusCode as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:48)"} [] [2025-04-10T15:35:46.352531+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\Profiler\FileProfilerStorage::createProfileFromData(): Implicitly marking parameter $parent as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\Profiler\\FileProfilerStorage::createProfileFromData(): Implicitly marking parameter $parent as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:254)"} [] [2025-04-10T15:35:46.352533+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\Profiler\FileProfilerStorage::doRead(): Implicitly marking parameter $profile as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\Profiler\\FileProfilerStorage::doRead(): Implicitly marking parameter $profile as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:281)"} [] [2025-04-10T15:35:46.352535+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\EventListener\ProfilerListener::__construct(): Implicitly marking parameter $matcher as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::__construct(): Implicitly marking parameter $matcher as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:51)"} [] [2025-04-10T15:35:46.352537+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\EventListener\ProfilerListener::__construct(): Implicitly marking parameter $collectParameter as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::__construct(): Implicitly marking parameter $collectParameter as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:51)"} [] [2025-04-10T15:35:46.352539+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\DataCollector\\DataCollectorInterface::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php:28)"} [] [2025-04-10T15:35:46.352541+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector::setKernel(): Implicitly marking parameter $kernel as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\DataCollector\\ConfigDataCollector::setKernel(): Implicitly marking parameter $kernel as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php:32)"} [] [2025-04-10T15:35:46.352543+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\DataCollector\\ConfigDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php:40)"} [] [2025-04-10T15:35:46.352545+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:41)"} [] [2025-04-10T15:35:46.352546+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php:50)"} [] [2025-04-10T15:35:46.352548+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\DataCollector\\AjaxDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php:24)"} [] [2025-04-10T15:35:46.352550+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\DataCollector\\ExceptionDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php:28)"} [] [2025-04-10T15:35:46.352553+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\DataCollector\EventDataCollector::__construct(): Implicitly marking parameter $dispatcher as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\DataCollector\\EventDataCollector::__construct(): Implicitly marking parameter $dispatcher as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php:35)"} [] [2025-04-10T15:35:46.352554+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\DataCollector\EventDataCollector::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\DataCollector\\EventDataCollector::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php:35)"} [] [2025-04-10T15:35:46.352556+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\DataCollector\EventDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\DataCollector\\EventDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php:44)"} [] [2025-04-10T15:35:46.352557+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\DataCollector\\LoggerDataCollector::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php:33)"} [] [2025-04-10T15:35:46.352559+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector::__construct(): Implicitly marking parameter $containerPathPrefix as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\DataCollector\\LoggerDataCollector::__construct(): Implicitly marking parameter $containerPathPrefix as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php:33)"} [] [2025-04-10T15:35:46.352560+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\DataCollector\\LoggerDataCollector::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php:33)"} [] [2025-04-10T15:35:46.352562+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\DataCollector\\LoggerDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php:46)"} [] [2025-04-10T15:35:46.352563+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector::getContainerCompilerLogs(): Implicitly marking parameter $compilerLogsFilepath as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\DataCollector\\LoggerDataCollector::getContainerCompilerLogs(): Implicitly marking parameter $compilerLogsFilepath as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php:225)"} [] [2025-04-10T15:35:46.352565+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\DataCollector\TimeDataCollector::__construct(): Implicitly marking parameter $kernel as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\DataCollector\\TimeDataCollector::__construct(): Implicitly marking parameter $kernel as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php:30)"} [] [2025-04-10T15:35:46.352568+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\DataCollector\TimeDataCollector::__construct(): Implicitly marking parameter $stopwatch as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\DataCollector\\TimeDataCollector::__construct(): Implicitly marking parameter $stopwatch as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php:30)"} [] [2025-04-10T15:35:46.352570+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\DataCollector\TimeDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\DataCollector\\TimeDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php:39)"} [] [2025-04-10T15:35:46.352571+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\DataCollector\\MemoryDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php:32)"} [] [2025-04-10T15:35:46.352573+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\DataCollector\RouterDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\DataCollector\\RouterDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php:39)"} [] [2025-04-10T15:35:46.352575+00:00] deprecation.INFO: Deprecated: Symfony\Component\Cache\DataCollector\CacheDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Cache\\DataCollector\\CacheDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/cache/DataCollector/CacheDataCollector.php:42)"} [] [2025-04-10T15:35:46.352576+00:00] deprecation.INFO: Deprecated: Symfony\Component\Form\Extension\DataCollector\FormDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Form\\Extension\\DataCollector\\FormDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php:79)"} [] [2025-04-10T15:35:46.352579+00:00] deprecation.INFO: Deprecated: Symfony\Component\Form\Extension\DataCollector\FormDataCollector::recursiveBuildFinalFormTree(): Implicitly marking parameter $form as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Form\\Extension\\DataCollector\\FormDataCollector::recursiveBuildFinalFormTree(): Implicitly marking parameter $form as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php:296)"} [] [2025-04-10T15:35:46.352583+00:00] deprecation.INFO: Deprecated: Symfony\Component\Validator\Validator\ValidatorInterface::validate(): Implicitly marking parameter $constraints as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Validator\\Validator\\ValidatorInterface::validate(): Implicitly marking parameter $constraints as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/validator/Validator/ValidatorInterface.php:40)"} [] [2025-04-10T15:35:46.352585+00:00] deprecation.INFO: Deprecated: Symfony\Component\Validator\Validator\ValidatorInterface::validate(): Implicitly marking parameter $groups as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Validator\\Validator\\ValidatorInterface::validate(): Implicitly marking parameter $groups as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/validator/Validator/ValidatorInterface.php:40)"} [] [2025-04-10T15:35:46.352587+00:00] deprecation.INFO: Deprecated: Symfony\Component\Validator\Validator\ValidatorInterface::validateProperty(): Implicitly marking parameter $groups as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Validator\\Validator\\ValidatorInterface::validateProperty(): Implicitly marking parameter $groups as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/validator/Validator/ValidatorInterface.php:53)"} [] [2025-04-10T15:35:46.352588+00:00] deprecation.INFO: Deprecated: Symfony\Component\Validator\Validator\ValidatorInterface::validatePropertyValue(): Implicitly marking parameter $groups as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Validator\\Validator\\ValidatorInterface::validatePropertyValue(): Implicitly marking parameter $groups as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/validator/Validator/ValidatorInterface.php:68)"} [] [2025-04-10T15:35:46.352591+00:00] deprecation.INFO: Deprecated: Symfony\Component\Validator\Validator\TraceableValidator::validate(): Implicitly marking parameter $constraints as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Validator\\Validator\\TraceableValidator::validate(): Implicitly marking parameter $constraints as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/validator/Validator/TraceableValidator.php:65)"} [] [2025-04-10T15:35:46.352592+00:00] deprecation.INFO: Deprecated: Symfony\Component\Validator\Validator\TraceableValidator::validate(): Implicitly marking parameter $groups as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Validator\\Validator\\TraceableValidator::validate(): Implicitly marking parameter $groups as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/validator/Validator/TraceableValidator.php:65)"} [] [2025-04-10T15:35:46.352594+00:00] deprecation.INFO: Deprecated: Symfony\Component\Validator\Validator\TraceableValidator::validateProperty(): Implicitly marking parameter $groups as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Validator\\Validator\\TraceableValidator::validateProperty(): Implicitly marking parameter $groups as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/validator/Validator/TraceableValidator.php:109)"} [] [2025-04-10T15:35:46.352596+00:00] deprecation.INFO: Deprecated: Symfony\Component\Validator\Validator\TraceableValidator::validatePropertyValue(): Implicitly marking parameter $groups as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Validator\\Validator\\TraceableValidator::validatePropertyValue(): Implicitly marking parameter $groups as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/validator/Validator/TraceableValidator.php:117)"} [] [2025-04-10T15:35:46.352598+00:00] deprecation.INFO: Deprecated: Symfony\Component\Validator\DataCollector\ValidatorDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Validator\\DataCollector\\ValidatorDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php:43)"} [] [2025-04-10T15:35:46.352600+00:00] deprecation.INFO: Deprecated: Symfony\Component\Translation\DataCollector\TranslationDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Translation\\DataCollector\\TranslationDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/translation/DataCollector/TranslationDataCollector.php:51)"} [] [2025-04-10T15:35:46.352601+00:00] deprecation.INFO: Deprecated: Symfony\Component\Messenger\DataCollector\MessengerDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Messenger\\DataCollector\\MessengerDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php:38)"} [] [2025-04-10T15:35:46.352603+00:00] deprecation.INFO: Deprecated: Symfony\Component\Messenger\DataCollector\MessengerDataCollector::getExceptionsCount(): Implicitly marking parameter $bus as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Messenger\\DataCollector\\MessengerDataCollector::getExceptionsCount(): Implicitly marking parameter $bus as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php:124)"} [] [2025-04-10T15:35:46.352605+00:00] deprecation.INFO: Deprecated: Symfony\Component\Messenger\DataCollector\MessengerDataCollector::getMessages(): Implicitly marking parameter $bus as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Messenger\\DataCollector\\MessengerDataCollector::getMessages(): Implicitly marking parameter $bus as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php:134)"} [] [2025-04-10T15:35:46.352608+00:00] deprecation.INFO: Deprecated: Symfony\Component\Mailer\DataCollector\MessageDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Mailer\\DataCollector\\MessageDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/mailer/DataCollector/MessageDataCollector.php:35)"} [] [2025-04-10T15:35:46.352610+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpClient\HttpClientTrait::jsonEncode(): Implicitly marking parameter $flags as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpClient\\HttpClientTrait::jsonEncode(): Implicitly marking parameter $flags as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-client/HttpClientTrait.php:422)"} [] [2025-04-10T15:35:46.352612+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpClient\\DataCollector\\HttpClientDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php:42)"} [] [2025-04-10T15:35:46.352614+00:00] deprecation.INFO: Deprecated: Symfony\Component\Notifier\DataCollector\NotificationDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Notifier\\DataCollector\\NotificationDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php:35)"} [] [2025-04-10T15:35:46.352617+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Doctrine\DataCollector\DoctrineDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Doctrine\\DataCollector\\DoctrineDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php:59)"} [] [2025-04-10T15:35:46.352619+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Doctrine\ContainerAwareEventManager::dispatchEvent(): Implicitly marking parameter $eventArgs as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager::dispatchEvent(): Implicitly marking parameter $eventArgs as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php:50)"} [] [2025-04-10T15:35:46.352623+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Doctrine\Validator\DoctrineLoader::__construct(): Implicitly marking parameter $classValidatorRegexp as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Doctrine\\Validator\\DoctrineLoader::__construct(): Implicitly marking parameter $classValidatorRegexp as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php:39)"} [] [2025-04-10T15:35:46.352628+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Twig\AppVariable::getFlashes(): Implicitly marking parameter $types as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Twig\\AppVariable::getFlashes(): Implicitly marking parameter $types as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/twig-bridge/AppVariable.php:136)"} [] [2025-04-10T15:35:46.352630+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Twig\Extension\ProfilerExtension::__construct(): Implicitly marking parameter $stopwatch as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension::__construct(): Implicitly marking parameter $stopwatch as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php:31)"} [] [2025-04-10T15:35:46.352632+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Twig\DataCollector\TwigDataCollector::__construct(): Implicitly marking parameter $twig as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Twig\\DataCollector\\TwigDataCollector::__construct(): Implicitly marking parameter $twig as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php:35)"} [] [2025-04-10T15:35:46.352633+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Twig\DataCollector\TwigDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Twig\\DataCollector\\TwigDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php:44)"} [] [2025-04-10T15:35:46.352635+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Twig\Extension\TranslationExtension::__construct(): Implicitly marking parameter $translator as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Twig\\Extension\\TranslationExtension::__construct(): Implicitly marking parameter $translator as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/twig-bridge/Extension/TranslationExtension.php:40)"} [] [2025-04-10T15:35:46.352637+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Twig\Extension\TranslationExtension::__construct(): Implicitly marking parameter $translationNodeVisitor as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Twig\\Extension\\TranslationExtension::__construct(): Implicitly marking parameter $translationNodeVisitor as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/twig-bridge/Extension/TranslationExtension.php:40)"} [] [2025-04-10T15:35:46.352639+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Twig\Extension\TranslationExtension::trans(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Twig\\Extension\\TranslationExtension::trans(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/twig-bridge/Extension/TranslationExtension.php:111)"} [] [2025-04-10T15:35:46.352640+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Twig\Extension\TranslationExtension::trans(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Twig\\Extension\\TranslationExtension::trans(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/twig-bridge/Extension/TranslationExtension.php:111)"} [] [2025-04-10T15:35:46.352642+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Twig\Extension\TranslationExtension::trans(): Implicitly marking parameter $count as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Twig\\Extension\\TranslationExtension::trans(): Implicitly marking parameter $count as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/twig-bridge/Extension/TranslationExtension.php:111)"} [] [2025-04-10T15:35:46.352643+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Twig\Extension\TranslationExtension::createTranslatable(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Twig\\Extension\\TranslationExtension::createTranslatable(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/twig-bridge/Extension/TranslationExtension.php:136)"} [] [2025-04-10T15:35:46.352645+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Twig\Extension\AssetExtension::getAssetUrl(): Implicitly marking parameter $packageName as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Twig\\Extension\\AssetExtension::getAssetUrl(): Implicitly marking parameter $packageName as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/twig-bridge/Extension/AssetExtension.php:49)"} [] [2025-04-10T15:35:46.352647+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Twig\Extension\AssetExtension::getAssetVersion(): Implicitly marking parameter $packageName as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Twig\\Extension\\AssetExtension::getAssetVersion(): Implicitly marking parameter $packageName as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/twig-bridge/Extension/AssetExtension.php:57)"} [] [2025-04-10T15:35:46.352650+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Twig\Extension\CodeExtension::formatFile(): Implicitly marking parameter $text as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Twig\\Extension\\CodeExtension::formatFile(): Implicitly marking parameter $text as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/twig-bridge/Extension/CodeExtension.php:149)"} [] [2025-04-10T15:35:46.352651+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Twig\Extension\StopwatchExtension::__construct(): Implicitly marking parameter $stopwatch as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Twig\\Extension\\StopwatchExtension::__construct(): Implicitly marking parameter $stopwatch as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php:29)"} [] [2025-04-10T15:35:46.352653+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Twig\Extension\FormExtension::__construct(): Implicitly marking parameter $translator as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Twig\\Extension\\FormExtension::__construct(): Implicitly marking parameter $translator as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/twig-bridge/Extension/FormExtension.php:38)"} [] [2025-04-10T15:35:46.352655+00:00] deprecation.INFO: Deprecated: Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension::__construct(): Implicitly marking parameter $dumper as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension::__construct(): Implicitly marking parameter $dumper as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php:45)"} [] [2025-04-10T15:35:46.352657+00:00] deprecation.INFO: Deprecated: Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension::dumpLog(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension::dumpLog(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php:88)"} [] [2025-04-10T15:35:46.352658+00:00] deprecation.INFO: Deprecated: Symfony\Component\VarDumper\Dumper\AbstractDumper::__construct(): Implicitly marking parameter $charset as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\VarDumper\\Dumper\\AbstractDumper::__construct(): Implicitly marking parameter $charset as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/var-dumper/Dumper/AbstractDumper.php:45)"} [] [2025-04-10T15:35:46.352660+00:00] deprecation.INFO: Deprecated: Symfony\Component\VarDumper\Dumper\CliDumper::__construct(): Implicitly marking parameter $charset as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\VarDumper\\Dumper\\CliDumper::__construct(): Implicitly marking parameter $charset as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/var-dumper/Dumper/CliDumper.php:67)"} [] [2025-04-10T15:35:46.352661+00:00] deprecation.INFO: Deprecated: Symfony\Component\VarDumper\Dumper\HtmlDumper::__construct(): Implicitly marking parameter $charset as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\VarDumper\\Dumper\\HtmlDumper::__construct(): Implicitly marking parameter $charset as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/var-dumper/Dumper/HtmlDumper.php:80)"} [] [2025-04-10T15:35:46.352663+00:00] deprecation.INFO: Deprecated: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface::setToken(): Implicitly marking parameter $token as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface::setToken(): Implicitly marking parameter $token as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php:33)"} [] [2025-04-10T15:35:46.352664+00:00] deprecation.INFO: Deprecated: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::setToken(): Implicitly marking parameter $token as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\UsageTrackingTokenStorage::setToken(): Implicitly marking parameter $token as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php:53)"} [] [2025-04-10T15:35:46.352666+00:00] deprecation.INFO: Deprecated: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage::setToken(): Implicitly marking parameter $token as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorage::setToken(): Implicitly marking parameter $token as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php:46)"} [] [2025-04-10T15:35:46.352668+00:00] deprecation.INFO: Deprecated: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolverInterface::isAuthenticated(): Implicitly marking parameter $token as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationTrustResolverInterface::isAuthenticated(): Implicitly marking parameter $token as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php:26)"} [] [2025-04-10T15:35:46.352669+00:00] deprecation.INFO: Deprecated: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolverInterface::isRememberMe(): Implicitly marking parameter $token as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationTrustResolverInterface::isRememberMe(): Implicitly marking parameter $token as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php:32)"} [] [2025-04-10T15:35:46.352671+00:00] deprecation.INFO: Deprecated: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolverInterface::isFullFledged(): Implicitly marking parameter $token as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationTrustResolverInterface::isFullFledged(): Implicitly marking parameter $token as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php:37)"} [] [2025-04-10T15:35:46.352672+00:00] deprecation.INFO: Deprecated: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver::isAuthenticated(): Implicitly marking parameter $token as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationTrustResolver::isAuthenticated(): Implicitly marking parameter $token as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php:24)"} [] [2025-04-10T15:35:46.352674+00:00] deprecation.INFO: Deprecated: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver::isRememberMe(): Implicitly marking parameter $token as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationTrustResolver::isRememberMe(): Implicitly marking parameter $token as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php:32)"} [] [2025-04-10T15:35:46.352675+00:00] deprecation.INFO: Deprecated: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver::isFullFledged(): Implicitly marking parameter $token as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationTrustResolver::isFullFledged(): Implicitly marking parameter $token as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php:40)"} [] [2025-04-10T15:35:46.352677+00:00] deprecation.INFO: Deprecated: Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator::generateExitPath(): Implicitly marking parameter $targetUri as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Security\\Http\\Impersonate\\ImpersonateUrlGenerator::generateExitPath(): Implicitly marking parameter $targetUri as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php:39)"} [] [2025-04-10T15:35:46.352679+00:00] deprecation.INFO: Deprecated: Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator::generateExitUrl(): Implicitly marking parameter $targetUri as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Security\\Http\\Impersonate\\ImpersonateUrlGenerator::generateExitUrl(): Implicitly marking parameter $targetUri as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php:44)"} [] [2025-04-10T15:35:46.352680+00:00] deprecation.INFO: Deprecated: Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator::buildExitPath(): Implicitly marking parameter $targetUri as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Security\\Http\\Impersonate\\ImpersonateUrlGenerator::buildExitPath(): Implicitly marking parameter $targetUri as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php:58)"} [] [2025-04-10T15:35:46.352684+00:00] deprecation.INFO: Deprecated: Symfony\Component\Security\Http\Logout\LogoutUrlGenerator::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Security\\Http\\Logout\\LogoutUrlGenerator::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php:34)"} [] [2025-04-10T15:35:46.352686+00:00] deprecation.INFO: Deprecated: Symfony\Component\Security\Http\Logout\LogoutUrlGenerator::__construct(): Implicitly marking parameter $router as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Security\\Http\\Logout\\LogoutUrlGenerator::__construct(): Implicitly marking parameter $router as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php:34)"} [] [2025-04-10T15:35:46.352688+00:00] deprecation.INFO: Deprecated: Symfony\Component\Security\Http\Logout\LogoutUrlGenerator::__construct(): Implicitly marking parameter $tokenStorage as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Security\\Http\\Logout\\LogoutUrlGenerator::__construct(): Implicitly marking parameter $tokenStorage as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php:34)"} [] [2025-04-10T15:35:46.352690+00:00] deprecation.INFO: Deprecated: Symfony\Component\Security\Http\Logout\LogoutUrlGenerator::registerListener(): Implicitly marking parameter $csrfTokenManager as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Security\\Http\\Logout\\LogoutUrlGenerator::registerListener(): Implicitly marking parameter $csrfTokenManager as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php:50)"} [] [2025-04-10T15:35:46.352692+00:00] deprecation.INFO: Deprecated: Symfony\Component\Security\Http\Logout\LogoutUrlGenerator::registerListener(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Security\\Http\\Logout\\LogoutUrlGenerator::registerListener(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php:50)"} [] [2025-04-10T15:35:46.352694+00:00] deprecation.INFO: Deprecated: Symfony\Component\Security\Http\Logout\LogoutUrlGenerator::getLogoutPath(): Implicitly marking parameter $key as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Security\\Http\\Logout\\LogoutUrlGenerator::getLogoutPath(): Implicitly marking parameter $key as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php:58)"} [] [2025-04-10T15:35:46.352696+00:00] deprecation.INFO: Deprecated: Symfony\Component\Security\Http\Logout\LogoutUrlGenerator::getLogoutUrl(): Implicitly marking parameter $key as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Security\\Http\\Logout\\LogoutUrlGenerator::getLogoutUrl(): Implicitly marking parameter $key as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php:66)"} [] [2025-04-10T15:35:46.352697+00:00] deprecation.INFO: Deprecated: Symfony\Component\Security\Http\Logout\LogoutUrlGenerator::setCurrentFirewall(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Security\\Http\\Logout\\LogoutUrlGenerator::setCurrentFirewall(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php:71)"} [] [2025-04-10T15:35:46.352699+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Twig\Extension\LogoutUrlExtension::getLogoutPath(): Implicitly marking parameter $key as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Twig\\Extension\\LogoutUrlExtension::getLogoutPath(): Implicitly marking parameter $key as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php:48)"} [] [2025-04-10T15:35:46.352700+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Twig\Extension\LogoutUrlExtension::getLogoutUrl(): Implicitly marking parameter $key as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Twig\\Extension\\LogoutUrlExtension::getLogoutUrl(): Implicitly marking parameter $key as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php:58)"} [] [2025-04-10T15:35:46.352702+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Twig\Extension\SecurityExtension::__construct(): Implicitly marking parameter $securityChecker as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Twig\\Extension\\SecurityExtension::__construct(): Implicitly marking parameter $securityChecker as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/twig-bridge/Extension/SecurityExtension.php:31)"} [] [2025-04-10T15:35:46.352704+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Twig\Extension\SecurityExtension::__construct(): Implicitly marking parameter $impersonateUrlGenerator as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Twig\\Extension\\SecurityExtension::__construct(): Implicitly marking parameter $impersonateUrlGenerator as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/twig-bridge/Extension/SecurityExtension.php:31)"} [] [2025-04-10T15:35:46.352708+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Twig\Extension\SecurityExtension::isGranted(): Implicitly marking parameter $field as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Twig\\Extension\\SecurityExtension::isGranted(): Implicitly marking parameter $field as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/twig-bridge/Extension/SecurityExtension.php:37)"} [] [2025-04-10T15:35:46.352710+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Twig\Extension\SecurityExtension::getImpersonateExitUrl(): Implicitly marking parameter $exitTo as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Twig\\Extension\\SecurityExtension::getImpersonateExitUrl(): Implicitly marking parameter $exitTo as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/twig-bridge/Extension/SecurityExtension.php:54)"} [] [2025-04-10T15:35:46.352712+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Twig\Extension\SecurityExtension::getImpersonateExitPath(): Implicitly marking parameter $exitTo as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Twig\\Extension\\SecurityExtension::getImpersonateExitPath(): Implicitly marking parameter $exitTo as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/twig-bridge/Extension/SecurityExtension.php:63)"} [] [2025-04-10T15:35:46.352714+00:00] deprecation.INFO: Deprecated: Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct(): Implicitly marking parameter $tokenStorage as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bundle\\SecurityBundle\\DataCollector\\SecurityDataCollector::__construct(): Implicitly marking parameter $tokenStorage as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:47)"} [] [2025-04-10T15:35:46.352716+00:00] deprecation.INFO: Deprecated: Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct(): Implicitly marking parameter $roleHierarchy as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bundle\\SecurityBundle\\DataCollector\\SecurityDataCollector::__construct(): Implicitly marking parameter $roleHierarchy as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:47)"} [] [2025-04-10T15:35:46.352721+00:00] deprecation.INFO: Deprecated: Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct(): Implicitly marking parameter $logoutUrlGenerator as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bundle\\SecurityBundle\\DataCollector\\SecurityDataCollector::__construct(): Implicitly marking parameter $logoutUrlGenerator as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:47)"} [] [2025-04-10T15:35:46.352723+00:00] deprecation.INFO: Deprecated: Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct(): Implicitly marking parameter $accessDecisionManager as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bundle\\SecurityBundle\\DataCollector\\SecurityDataCollector::__construct(): Implicitly marking parameter $accessDecisionManager as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:47)"} [] [2025-04-10T15:35:46.352725+00:00] deprecation.INFO: Deprecated: Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct(): Implicitly marking parameter $firewallMap as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bundle\\SecurityBundle\\DataCollector\\SecurityDataCollector::__construct(): Implicitly marking parameter $firewallMap as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:47)"} [] [2025-04-10T15:35:46.352727+00:00] deprecation.INFO: Deprecated: Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct(): Implicitly marking parameter $firewall as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bundle\\SecurityBundle\\DataCollector\\SecurityDataCollector::__construct(): Implicitly marking parameter $firewall as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:47)"} [] [2025-04-10T15:35:46.352729+00:00] deprecation.INFO: Deprecated: Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bundle\\SecurityBundle\\DataCollector\\SecurityDataCollector::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:61)"} [] [2025-04-10T15:35:46.352731+00:00] deprecation.INFO: Deprecated: Symfony\Component\EventDispatcher\EventDispatcherInterface::getListeners(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\EventDispatcher\\EventDispatcherInterface::getListeners(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/event-dispatcher/EventDispatcherInterface.php:53)"} [] [2025-04-10T15:35:46.352733+00:00] deprecation.INFO: Deprecated: Symfony\Component\EventDispatcher\EventDispatcherInterface::hasListeners(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\EventDispatcher\\EventDispatcherInterface::hasListeners(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/event-dispatcher/EventDispatcherInterface.php:65)"} [] [2025-04-10T15:35:46.352735+00:00] deprecation.INFO: Deprecated: Symfony\Component\EventDispatcher\EventDispatcher::dispatch(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\EventDispatcher\\EventDispatcher::dispatch(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/event-dispatcher/EventDispatcher.php:48)"} [] [2025-04-10T15:35:46.352736+00:00] deprecation.INFO: Deprecated: Symfony\Component\EventDispatcher\EventDispatcher::getListeners(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\EventDispatcher\\EventDispatcher::getListeners(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/event-dispatcher/EventDispatcher.php:68)"} [] [2025-04-10T15:35:46.352738+00:00] deprecation.INFO: Deprecated: Symfony\Component\EventDispatcher\EventDispatcher::hasListeners(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\EventDispatcher\\EventDispatcher::hasListeners(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/event-dispatcher/EventDispatcher.php:123)"} [] [2025-04-10T15:35:46.352740+00:00] deprecation.INFO: Deprecated: Symfony\Component\Security\Http\Firewall\ContextListener::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/security-http/Firewall/ContextListener.php:58)"} [] [2025-04-10T15:35:46.352741+00:00] deprecation.INFO: Deprecated: Symfony\Component\Security\Http\Firewall\ContextListener::__construct(): Implicitly marking parameter $dispatcher as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::__construct(): Implicitly marking parameter $dispatcher as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/security-http/Firewall/ContextListener.php:58)"} [] [2025-04-10T15:35:46.352743+00:00] deprecation.INFO: Deprecated: Symfony\Component\Security\Http\Firewall\ContextListener::__construct(): Implicitly marking parameter $trustResolver as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::__construct(): Implicitly marking parameter $trustResolver as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/security-http/Firewall/ContextListener.php:58)"} [] [2025-04-10T15:35:46.352745+00:00] deprecation.INFO: Deprecated: Symfony\Component\Security\Http\Firewall\ContextListener::__construct(): Implicitly marking parameter $sessionTrackerEnabler as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::__construct(): Implicitly marking parameter $sessionTrackerEnabler as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/security-http/Firewall/ContextListener.php:58)"} [] [2025-04-10T15:35:46.352746+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpClient\TraceableHttpClient::__construct(): Implicitly marking parameter $stopwatch as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpClient\\TraceableHttpClient::__construct(): Implicitly marking parameter $stopwatch as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-client/TraceableHttpClient.php:33)"} [] [2025-04-10T15:35:46.352748+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpClient\TraceableHttpClient::stream(): Implicitly marking parameter $timeout as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpClient\\TraceableHttpClient::stream(): Implicitly marking parameter $timeout as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-client/TraceableHttpClient.php:75)"} [] [2025-04-10T15:35:46.352750+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Monolog\Logger::getLogs(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Monolog\\Logger::getLogs(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/monolog-bridge/Logger.php:28)"} [] [2025-04-10T15:35:46.352752+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Monolog\Logger::countErrors(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Monolog\\Logger::countErrors(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/monolog-bridge/Logger.php:40)"} [] [2025-04-10T15:35:46.352753+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\Controller\ControllerResolver::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\Controller\\ControllerResolver::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/Controller/ControllerResolver.php:28)"} [] [2025-04-10T15:35:46.352755+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\Controller\ContainerControllerResolver::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\Controller\\ContainerControllerResolver::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:28)"} [] [2025-04-10T15:35:46.352757+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\Controller\ArgumentResolver::__construct(): Implicitly marking parameter $argumentMetadataFactory as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolver::__construct(): Implicitly marking parameter $argumentMetadataFactory as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/Controller/ArgumentResolver.php:36)"} [] [2025-04-10T15:35:46.352759+00:00] deprecation.INFO: Deprecated: Symfony\Component\Security\Core\Authorization\AccessDecisionManager::__construct(): Implicitly marking parameter $strategy as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Security\\Core\\Authorization\\AccessDecisionManager::__construct(): Implicitly marking parameter $strategy as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/security-core/Authorization/AccessDecisionManager.php:43)"} [] [2025-04-10T15:35:46.352761+00:00] deprecation.INFO: Deprecated: Symfony\Component\Cache\Adapter\FilesystemAdapter::__construct(): Implicitly marking parameter $directory as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Cache\\Adapter\\FilesystemAdapter::__construct(): Implicitly marking parameter $directory as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/cache/Adapter/FilesystemAdapter.php:23)"} [] [2025-04-10T15:35:46.352762+00:00] deprecation.INFO: Deprecated: Symfony\Component\Cache\Adapter\FilesystemAdapter::__construct(): Implicitly marking parameter $marshaller as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Cache\\Adapter\\FilesystemAdapter::__construct(): Implicitly marking parameter $marshaller as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/cache/Adapter/FilesystemAdapter.php:23)"} [] [2025-04-10T15:35:46.352766+00:00] deprecation.INFO: Deprecated: Symfony\Component\Translation\DataCollectorTranslator::trans(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Translation\\DataCollectorTranslator::trans(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/translation/DataCollectorTranslator.php:46)"} [] [2025-04-10T15:35:46.352768+00:00] deprecation.INFO: Deprecated: Symfony\Component\Translation\DataCollectorTranslator::trans(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Translation\\DataCollectorTranslator::trans(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/translation/DataCollectorTranslator.php:46)"} [] [2025-04-10T15:35:46.352770+00:00] deprecation.INFO: Deprecated: Symfony\Component\Translation\DataCollectorTranslator::getCatalogue(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Translation\\DataCollectorTranslator::getCatalogue(): Implicitly marking parameter $locale as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/translation/DataCollectorTranslator.php:73)"} [] [2025-04-10T15:35:46.352772+00:00] deprecation.INFO: Deprecated: Symfony\Component\Routing\Router::__construct(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Routing\\Router::__construct(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/routing/Router.php:94)"} [] [2025-04-10T15:35:46.352775+00:00] deprecation.INFO: Deprecated: Symfony\Component\Routing\Router::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Routing\\Router::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/routing/Router.php:94)"} [] [2025-04-10T15:35:46.352777+00:00] deprecation.INFO: Deprecated: Symfony\Component\Routing\Router::__construct(): Implicitly marking parameter $defaultLocale as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Routing\\Router::__construct(): Implicitly marking parameter $defaultLocale as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/routing/Router.php:94)"} [] [2025-04-10T15:35:46.352778+00:00] deprecation.INFO: Deprecated: Symfony\Bundle\FrameworkBundle\Routing\Router::__construct(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bundle\\FrameworkBundle\\Routing\\Router::__construct(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/framework-bundle/Routing/Router.php:43)"} [] [2025-04-10T15:35:46.352781+00:00] deprecation.INFO: Deprecated: Symfony\Bundle\FrameworkBundle\Routing\Router::__construct(): Implicitly marking parameter $parameters as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bundle\\FrameworkBundle\\Routing\\Router::__construct(): Implicitly marking parameter $parameters as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/framework-bundle/Routing/Router.php:43)"} [] [2025-04-10T15:35:46.352783+00:00] deprecation.INFO: Deprecated: Symfony\Bundle\FrameworkBundle\Routing\Router::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bundle\\FrameworkBundle\\Routing\\Router::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/framework-bundle/Routing/Router.php:43)"} [] [2025-04-10T15:35:46.352785+00:00] deprecation.INFO: Deprecated: Symfony\Bundle\FrameworkBundle\Routing\Router::__construct(): Implicitly marking parameter $defaultLocale as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bundle\\FrameworkBundle\\Routing\\Router::__construct(): Implicitly marking parameter $defaultLocale as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/framework-bundle/Routing/Router.php:43)"} [] [2025-04-10T15:35:46.352787+00:00] deprecation.INFO: Deprecated: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:46)"} [] [2025-04-10T15:35:46.352789+00:00] deprecation.INFO: Deprecated: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher::__construct(): Implicitly marking parameter $requestStack as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:46)"} [] [2025-04-10T15:35:46.352791+00:00] deprecation.INFO: Deprecated: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::getListeners(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher::getListeners(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:99)"} [] [2025-04-10T15:35:46.352793+00:00] deprecation.INFO: Deprecated: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::hasListeners(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher::hasListeners(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:125)"} [] [2025-04-10T15:35:46.352794+00:00] deprecation.INFO: Deprecated: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher::dispatch(): Implicitly marking parameter $eventName as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:133)"} [] [2025-04-10T15:35:46.352796+00:00] deprecation.INFO: Deprecated: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::getCalledListeners(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher::getCalledListeners(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:170)"} [] [2025-04-10T15:35:46.352797+00:00] deprecation.INFO: Deprecated: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::getNotCalledListeners(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher::getNotCalledListeners(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:188)"} [] [2025-04-10T15:35:46.352799+00:00] deprecation.INFO: Deprecated: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::getOrphanedEvents(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher::getOrphanedEvents(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:230)"} [] [2025-04-10T15:35:46.352800+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\Profiler\Profiler::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\Profiler\\Profiler::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/Profiler/Profiler.php:40)"} [] [2025-04-10T15:35:46.352802+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\Profiler\Profiler::find(): Implicitly marking parameter $statusCode as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\Profiler\\Profiler::find(): Implicitly marking parameter $statusCode as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/Profiler/Profiler.php:124)"} [] [2025-04-10T15:35:46.352804+00:00] deprecation.INFO: Deprecated: Symfony\Component\HttpKernel\Profiler\Profiler::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\HttpKernel\\Profiler\\Profiler::collect(): Implicitly marking parameter $exception as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/http-kernel/Profiler/Profiler.php:132)"} [] [2025-04-10T15:35:46.352805+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Command\Command::__construct(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Command\\Command::__construct(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Command/Command.php:113)"} [] [2025-04-10T15:35:46.352807+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Command\Command::setApplication(): Implicitly marking parameter $application as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Command\\Command::setApplication(): Implicitly marking parameter $application as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Command/Command.php:149)"} [] [2025-04-10T15:35:46.352808+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Command\Command::addArgument(): Implicitly marking parameter $mode as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Command\\Command::addArgument(): Implicitly marking parameter $mode as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Command/Command.php:445)"} [] [2025-04-10T15:35:46.352810+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Command\Command::addOption(): Implicitly marking parameter $shortcut as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Command\\Command::addOption(): Implicitly marking parameter $shortcut as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Command/Command.php:469)"} [] [2025-04-10T15:35:46.352813+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Command\Command::addOption(): Implicitly marking parameter $mode as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Command\\Command::addOption(): Implicitly marking parameter $mode as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Command/Command.php:469)"} [] [2025-04-10T15:35:46.352815+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Helper\HelperSet::set(): Implicitly marking parameter $alias as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Helper\\HelperSet::set(): Implicitly marking parameter $alias as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Helper/HelperSet.php:38)"} [] [2025-04-10T15:35:46.352818+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Helper\Helper::setHelperSet(): Implicitly marking parameter $helperSet as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Helper\\Helper::setHelperSet(): Implicitly marking parameter $helperSet as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Helper/Helper.php:29)"} [] [2025-04-10T15:35:46.352821+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Helper\Helper::substr(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Helper\\Helper::substr(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Helper/Helper.php:83)"} [] [2025-04-10T15:35:46.352823+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Helper\HelperInterface::setHelperSet(): Implicitly marking parameter $helperSet as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Helper\\HelperInterface::setHelperSet(): Implicitly marking parameter $helperSet as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Helper/HelperInterface.php:24)"} [] [2025-04-10T15:35:46.352825+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Helper\ProcessHelper::run(): Implicitly marking parameter $error as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Helper\\ProcessHelper::run(): Implicitly marking parameter $error as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Helper/ProcessHelper.php:35)"} [] [2025-04-10T15:35:46.352826+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Helper\ProcessHelper::run(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Helper\\ProcessHelper::run(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Helper/ProcessHelper.php:35)"} [] [2025-04-10T15:35:46.352828+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Helper\ProcessHelper::mustRun(): Implicitly marking parameter $error as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Helper\\ProcessHelper::mustRun(): Implicitly marking parameter $error as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Helper/ProcessHelper.php:97)"} [] [2025-04-10T15:35:46.352829+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Helper\ProcessHelper::mustRun(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Helper\\ProcessHelper::mustRun(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Helper/ProcessHelper.php:97)"} [] [2025-04-10T15:35:46.352831+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Helper\ProcessHelper::wrapCallback(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Helper\\ProcessHelper::wrapCallback(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Helper/ProcessHelper.php:111)"} [] [2025-04-10T15:35:46.352833+00:00] deprecation.INFO: Deprecated: Symfony\Component\EventDispatcher\Debug\WrappedListener::__construct(): Implicitly marking parameter $dispatcher as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener::__construct(): Implicitly marking parameter $dispatcher as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:37)"} [] [2025-04-10T15:35:46.352835+00:00] deprecation.INFO: Deprecated: Symfony\Component\EventDispatcher\Debug\WrappedListener::__construct(): Implicitly marking parameter $priority as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener::__construct(): Implicitly marking parameter $priority as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:37)"} [] [2025-04-10T15:35:46.352836+00:00] deprecation.INFO: Deprecated: Symfony\Component\VarDumper\Caster\ClassStub::__construct(): Implicitly marking parameter $callable as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\VarDumper\\Caster\\ClassStub::__construct(): Implicitly marking parameter $callable as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/var-dumper/Caster/ClassStub.php:27)"} [] [2025-04-10T15:35:46.352838+00:00] deprecation.INFO: Deprecated: Symfony\Component\VarDumper\Caster\ConstStub::__construct(): Implicitly marking parameter $value as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\VarDumper\\Caster\\ConstStub::__construct(): Implicitly marking parameter $value as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/var-dumper/Caster/ConstStub.php:23)"} [] [2025-04-10T15:35:46.352839+00:00] deprecation.INFO: Deprecated: Symfony\Component\Stopwatch\StopwatchEvent::__construct(): Implicitly marking parameter $category as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Stopwatch\\StopwatchEvent::__construct(): Implicitly marking parameter $category as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/stopwatch/StopwatchEvent.php:45)"} [] [2025-04-10T15:35:46.352841+00:00] deprecation.INFO: Deprecated: Symfony\Component\Stopwatch\StopwatchEvent::__construct(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Stopwatch\\StopwatchEvent::__construct(): Implicitly marking parameter $name as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/stopwatch/StopwatchEvent.php:45)"} [] [2025-04-10T15:35:46.353422+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Style\SymfonyStyle::block(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Style\\SymfonyStyle::block(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Style/SymfonyStyle.php:62)"} [] [2025-04-10T15:35:46.353436+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Style\SymfonyStyle::block(): Implicitly marking parameter $style as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Style\\SymfonyStyle::block(): Implicitly marking parameter $style as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Style/SymfonyStyle.php:62)"} [] [2025-04-10T15:35:46.353498+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Style\SymfonyStyle::ask(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Style\\SymfonyStyle::ask(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Style/SymfonyStyle.php:245)"} [] [2025-04-10T15:35:46.353505+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Style\SymfonyStyle::ask(): Implicitly marking parameter $validator as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Style\\SymfonyStyle::ask(): Implicitly marking parameter $validator as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Style/SymfonyStyle.php:245)"} [] [2025-04-10T15:35:46.353513+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Style\SymfonyStyle::askHidden(): Implicitly marking parameter $validator as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Style\\SymfonyStyle::askHidden(): Implicitly marking parameter $validator as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Style/SymfonyStyle.php:256)"} [] [2025-04-10T15:35:46.353537+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Style\SymfonyStyle::progressIterate(): Implicitly marking parameter $max as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Style\\SymfonyStyle::progressIterate(): Implicitly marking parameter $max as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Style/SymfonyStyle.php:333)"} [] [2025-04-10T15:35:46.353577+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Style\SymfonyStyle::createBlock(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Style\\SymfonyStyle::createBlock(): Implicitly marking parameter $type as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Style/SymfonyStyle.php:448)"} [] [2025-04-10T15:35:46.353584+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Style\SymfonyStyle::createBlock(): Implicitly marking parameter $style as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Style\\SymfonyStyle::createBlock(): Implicitly marking parameter $style as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Style/SymfonyStyle.php:448)"} [] [2025-04-10T15:35:46.353993+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Style\StyleInterface::ask(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Style\\StyleInterface::ask(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Style/StyleInterface.php:74)"} [] [2025-04-10T15:35:46.354005+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Style\StyleInterface::ask(): Implicitly marking parameter $validator as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Style\\StyleInterface::ask(): Implicitly marking parameter $validator as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Style/StyleInterface.php:74)"} [] [2025-04-10T15:35:46.354013+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Style\StyleInterface::askHidden(): Implicitly marking parameter $validator as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Style\\StyleInterface::askHidden(): Implicitly marking parameter $validator as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Style/StyleInterface.php:79)"} [] [2025-04-10T15:35:46.354406+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Output\TrimmedBufferOutput::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Output\\TrimmedBufferOutput::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Output/TrimmedBufferOutput.php:27)"} [] [2025-04-10T15:35:46.354732+00:00] deprecation.INFO: Deprecated: Symfony\Component\DependencyInjection\EnvVarProcessor::__construct(): Implicitly marking parameter $loaders as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\DependencyInjection\\EnvVarProcessor::__construct(): Implicitly marking parameter $loaders as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/dependency-injection/EnvVarProcessor.php:30)"} [] [2025-04-10T15:35:46.365906+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity::__construct(): Implicitly marking parameter $message as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntity::__construct(): Implicitly marking parameter $message as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntity.php:52)"} [] [2025-04-10T15:35:46.365918+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity::__construct(): Implicitly marking parameter $service as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntity::__construct(): Implicitly marking parameter $service as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntity.php:52)"} [] [2025-04-10T15:35:46.365926+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity::__construct(): Implicitly marking parameter $em as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntity::__construct(): Implicitly marking parameter $em as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntity.php:52)"} [] [2025-04-10T15:35:46.365935+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity::__construct(): Implicitly marking parameter $entityClass as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntity::__construct(): Implicitly marking parameter $entityClass as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntity.php:52)"} [] [2025-04-10T15:35:46.365943+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity::__construct(): Implicitly marking parameter $repositoryMethod as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntity::__construct(): Implicitly marking parameter $repositoryMethod as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntity.php:52)"} [] [2025-04-10T15:35:46.365949+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity::__construct(): Implicitly marking parameter $errorPath as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntity::__construct(): Implicitly marking parameter $errorPath as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntity.php:52)"} [] [2025-04-10T15:35:46.365957+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity::__construct(): Implicitly marking parameter $ignoreNull as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntity::__construct(): Implicitly marking parameter $ignoreNull as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntity.php:52)"} [] [2025-04-10T15:35:46.365964+00:00] deprecation.INFO: Deprecated: Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity::__construct(): Implicitly marking parameter $groups as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntity::__construct(): Implicitly marking parameter $groups as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntity.php:52)"} [] [2025-04-10T15:35:46.366227+00:00] deprecation.INFO: Deprecated: Symfony\Component\Validator\Constraint::__construct(): Implicitly marking parameter $groups as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Validator\\Constraint::__construct(): Implicitly marking parameter $groups as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/validator/Constraint.php:120)"} [] [2025-04-10T15:35:46.374468+00:00] deprecation.INFO: Deprecated: Symfony\Component\String\UnicodeString::join(): Implicitly marking parameter $lastGlue as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\String\\UnicodeString::join(): Implicitly marking parameter $lastGlue as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/string/UnicodeString.php:179)"} [] [2025-04-10T15:35:46.374575+00:00] deprecation.INFO: Deprecated: Symfony\Component\String\UnicodeString::slice(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\String\\UnicodeString::slice(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/string/UnicodeString.php:256)"} [] [2025-04-10T15:35:46.374591+00:00] deprecation.INFO: Deprecated: Symfony\Component\String\UnicodeString::splice(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\String\\UnicodeString::splice(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/string/UnicodeString.php:265)"} [] [2025-04-10T15:35:46.374607+00:00] deprecation.INFO: Deprecated: Symfony\Component\String\UnicodeString::split(): Implicitly marking parameter $limit as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\String\\UnicodeString::split(): Implicitly marking parameter $limit as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/string/UnicodeString.php:281)"} [] [2025-04-10T15:35:46.374614+00:00] deprecation.INFO: Deprecated: Symfony\Component\String\UnicodeString::split(): Implicitly marking parameter $flags as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\String\\UnicodeString::split(): Implicitly marking parameter $flags as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/string/UnicodeString.php:281)"} [] [2025-04-10T15:35:46.375328+00:00] deprecation.INFO: Deprecated: Symfony\Component\String\AbstractUnicodeString::join(): Implicitly marking parameter $lastGlue as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\String\\AbstractUnicodeString::join(): Implicitly marking parameter $lastGlue as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/string/AbstractUnicodeString.php:203)"} [] [2025-04-10T15:35:46.375854+00:00] deprecation.INFO: Deprecated: Symfony\Component\String\AbstractString::join(): Implicitly marking parameter $lastGlue as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\String\\AbstractString::join(): Implicitly marking parameter $lastGlue as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/string/AbstractString.php:386)"} [] [2025-04-10T15:35:46.375872+00:00] deprecation.INFO: Deprecated: Symfony\Component\String\AbstractString::slice(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\String\\AbstractString::slice(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/string/AbstractString.php:432)"} [] [2025-04-10T15:35:46.375880+00:00] deprecation.INFO: Deprecated: Symfony\Component\String\AbstractString::splice(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\String\\AbstractString::splice(): Implicitly marking parameter $length as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/string/AbstractString.php:436)"} [] [2025-04-10T15:35:46.375888+00:00] deprecation.INFO: Deprecated: Symfony\Component\String\AbstractString::split(): Implicitly marking parameter $limit as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\String\\AbstractString::split(): Implicitly marking parameter $limit as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/string/AbstractString.php:441)"} [] [2025-04-10T15:35:46.375895+00:00] deprecation.INFO: Deprecated: Symfony\Component\String\AbstractString::split(): Implicitly marking parameter $flags as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\String\\AbstractString::split(): Implicitly marking parameter $flags as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/string/AbstractString.php:441)"} [] [2025-04-10T15:35:46.375919+00:00] deprecation.INFO: Deprecated: Symfony\Component\String\AbstractString::toByteString(): Implicitly marking parameter $toEncoding as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\String\\AbstractString::toByteString(): Implicitly marking parameter $toEncoding as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/string/AbstractString.php:506)"} [] [2025-04-10T15:35:46.381032+00:00] doctrine.INFO: Connecting with parameters array{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"db","port":3306,"user":"db","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"db","serverVersion":"mariadb-10.11.9","charset":"utf8mb4"} {"params":{"use_savepoints":true,"driver":"pdo_mysql","idle_connection_ttl":600,"host":"db","port":3306,"user":"db","password":"","driverOptions":[],"defaultTableOptions":{"collation":"utf8mb4_unicode_ci"},"dbname":"db","serverVersion":"mariadb-10.11.9","charset":"utf8mb4"}} [] [2025-04-10T15:35:46.384030+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\Event\ConsoleErrorEvent::__construct(): Implicitly marking parameter $command as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\Event\\ConsoleErrorEvent::__construct(): Implicitly marking parameter $command as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/Event/ConsoleErrorEvent.php:28)"} [] [2025-04-10T15:35:46.384344+00:00] deprecation.INFO: Deprecated: Symfony\Component\Console\EventListener\ErrorListener::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Symfony\\Component\\Console\\EventListener\\ErrorListener::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead at /Users/cecile/Documents/quickoffer/vendor/symfony/console/EventListener/ErrorListener.php:29)"} [] [2025-04-10T15:35:46.384472+00:00] console.CRITICAL: Error thrown while running command "doctrine:schema:create --env=test". Message: "An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo for db failed: nodename nor servname provided, or not known" {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo for db failed: nodename nor servname provided, or not known at /Users/cecile/Documents/quickoffer/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo for db failed: nodename nor servname provided, or not known at /Users/cecile/Documents/quickoffer/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:24)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo for db failed: nodename nor servname provided, or not known at /Users/cecile/Documents/quickoffer/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:33)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo for db failed: nodename nor servname provided, or not known at /Users/cecile/Documents/quickoffer/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:33)","command":"doctrine:schema:create --env=test","message":"An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo for db failed: nodename nor servname provided, or not known"} [] [2025-04-10T15:35:46.388116+00:00] console.DEBUG: Command "doctrine:schema:create --env=test" exited with code "2002" {"command":"doctrine:schema:create --env=test","code":2002} [] [2025-04-10T17:43:09.400182+02:00] console.CRITICAL: Error thrown while running command "'doctrine:fixtures:load' --env=test --no-interaction". Message: "There are no commands defined in the "doctrine:fixtures" namespace. Did you mean one of these? doctrine doctrine:cache doctrine:database doctrine:mapping doctrine:migrations doctrine:query doctrine:schema You may be looking for a command provided by the "DoctrineFixturesBundle" which is currently not installed. Try running "composer require doctrine/doctrine-fixtures-bundle --dev"." {"exception":"[object] (Symfony\\Component\\Console\\Exception\\CommandNotFoundException(code: 0): There are no commands defined in the \"doctrine:fixtures\" namespace.\n\nDid you mean one of these?\n doctrine\n doctrine:cache\n doctrine:database\n doctrine:mapping\n doctrine:migrations\n doctrine:query\n doctrine:schema\n\nYou may be looking for a command provided by the \"DoctrineFixturesBundle\" which is currently not installed. Try running \"composer require doctrine/doctrine-fixtures-bundle --dev\". at /var/www/html/vendor/symfony/framework-bundle/EventListener/SuggestMissingPackageSubscriber.php:73)","command":"'doctrine:fixtures:load' --env=test --no-interaction","message":"There are no commands defined in the \"doctrine:fixtures\" namespace.\n\nDid you mean one of these?\n doctrine\n doctrine:cache\n doctrine:database\n doctrine:mapping\n doctrine:migrations\n doctrine:query\n doctrine:schema\n\nYou may be looking for a command provided by the \"DoctrineFixturesBundle\" which is currently not installed. Try running \"composer require doctrine/doctrine-fixtures-bundle --dev\"."} [] [2025-04-11T15:10:26.513826+02:00] request.INFO: Matched route "app_theme". {"route":"app_theme","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/theme/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":443,"_route":"app_theme"},"request_uri":"http://localhost/theme","method":"GET"} [] [2025-04-11T15:10:26.513977+02:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Bundle\\FrameworkBundle\\Test\\TestBrowserToken"} [] [2025-04-11T15:10:26.515926+02:00] request.CRITICAL: Uncaught PHP Exception InvalidArgumentException: "You cannot refresh a user from the EntityUserProvider that does not contain an identifier. The user object has to be serialized with its own identifier mapped by Doctrine." at /var/www/html/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php line 91 {"exception":"[object] (InvalidArgumentException(code: 0): You cannot refresh a user from the EntityUserProvider that does not contain an identifier. The user object has to be serialized with its own identifier mapped by Doctrine. at /var/www/html/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php:91)"} [] [2025-04-11T15:10:26.560850+02:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} []