maker-bundle
maker-bundle copied to clipboard
YamlSourceManipulator adding item to the array after array leads to bug
Example of config:
framework:
messenger:
routing:
App\Messages\OldMessage: [ transport1, transport2 ]
===
$data['framework']['messenger']['routing']['App\Messages\NewMessage'] = 'async';
===
framework:
messenger:
routing:
App\Messages\TestMessage: [ transport1, transport2 ]
App\Messages\NewMessage: async
PR with failed test: https://github.com/symfony/maker-bundle/pull/1665