PHP configuration not showing equivalent to `when@dev`
GromNaN opened this issue · comments
This mailer configuration example is non equivalent to the Yaml config.
Lines 2102 to 2106 in 50f1f4d
It should be like this:
symfony-docs/configuration.rst
Lines 519 to 534 in 50f1f4d
The new syntax
namespace Symfony\Config;
return new FrameworkConfig([
'when@dev' =>
'framework' => [
'mailer' => [
'dsn' => 'null://null',
],
],
],
]);