Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YamlSourceManipulator adding item to the array after array leads to bug #1666

Open
pincher2012 opened this issue Feb 25, 2025 · 0 comments
Open

Comments

@pincher2012
Copy link

pincher2012 commented Feb 25, 2025

Example of config:

framework:
    messenger:
        routing:
            App\Messages\OldMessage: [ transport1, transport2 ]
===
$data['framework']['messenger']['routing']['App\Messages\NewMessage'] = 'async';
===
framework:
    messenger:
        routing:
            App\Messages\OldMessage: [ transport1, transport2 ]
            App\Messages\NewMessage: async

PR with failed test: #1665

@pincher2012 pincher2012 changed the title YamlSourceManipulator adding item to after array leads to bug YamlSourceManipulator adding item to array after array leads to bug Feb 25, 2025
@pincher2012 pincher2012 changed the title YamlSourceManipulator adding item to array after array leads to bug YamlSourceManipulator adding item to the array after array leads to bug Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant