HypeMC
HypeMC
@derrabus The reason for my approach are the standard migration arguments: `Connection $connection, LoggerInterface $logger`. `Connection` would get autowired to the connection in Doctrine bundle, not the result of `doctrine.migrations.dependency_factory::getConnection()`,...
@derrabus I've updated the implementation to use bound arguments instead of service locators.
@greg0ire There doesn't seem to be a branch 3.6.x.
@Wirone No problem, done.
@Wirone I've rebased the PR now that #7909 was merged. I've also [extracted](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/7395/commits/8f5d81ae6eeaad452b169573d9a5d4b2a0c177a0) the logic to determine attribute FQCNs into a separate class for reusability. If you don't think this...
@Wirone No problem, thank you for the reviews :smile:
@someson See #50787
@valtzu That's great, thank you for giving this feature a try and implementing it for SQS. Hopefully, it will prove useful if this PR gets merged.
@fabpot Done
@localheinz No problem, I can rebase if needed since there are conflicts, but I don't wanna do it while you're reviewing.