aws / aws-sdk-php-symfony

Apache License 2.0
350 stars 89 forks source link

Favor TreeBuilder::getRootNode #75

Closed chrisguitarguy closed 1 year ago

chrisguitarguy commented 3 years ago

Description of changes:

So the bundle doesn't produce notices about root being deprecated.

Also changed the call to root so it passes treeType as it does a few lines up. Seems like calling root replaces the root node so the AWS_MERGE_CONFIG thing might have been subtlely broken in older symfony versions?

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

stobrien89 commented 1 year ago

Thanks for the contribution @chrisguitarguy. And sorry for the delay!