Aleksey Polyvanyi
Aleksey Polyvanyi
| Q | A | ------------- | --- | Branch? | 2.6 | Tickets | n/a | License | MIT | Doc PR | n/a Please see https://symfony.com/doc/current/configuration.html#using-php-configbuilders and https://symfony.com/doc/current/components/config/definition.html#array-node-options
| Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | yes | Deprecations? | no | License | MIT...
Property may be writable if it mapped by doctrine
| Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | |...
Fix: - https://github.com/sebastianbergmann/comparator/issues/77 Relates: - https://github.com/sebastianbergmann/phpunit/issues/4455 - https://github.com/sebastianbergmann/comparator/issues/44
Fix for https://github.com/nelmio/NelmioCorsBundle/issues/148
If we set a default value for the boolean nodes `paths` config, it always overrides the default value in the `defaults` section. Imagine that we have the following config: ```yaml...
In migrations, it's best to avoid using dynamic values or services that could cause unexpected issues. However, including the current environment can be really helpful. It lets us skip migrations...