maker-bundle icon indicating copy to clipboard operation
maker-bundle copied to clipboard

YamlSourceManipulator adding item to the array after array leads to bug

Open pincher2012 opened this issue 1 year ago • 0 comments

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

pincher2012 avatar Feb 25 '25 17:02 pincher2012