Aleksey Polyvanyi

Results 31 comments of Aleksey Polyvanyi

@Lustmored - I have tested. Works great. Thanks!!!!

@fabpot In tests, I run worker and later want to check sent messages. I use [this trait](https://github.com/eonx-com/easy-test/blob/master/src/Traits/MessengerAssertionsTrait.php) - worker is runned with `messenger.listener.reset_services` subscriber. I need this to test all...

@jderusse Before in `\Symfony\Config\Framework\HttpClient\ScopedClientConfig\RetryFailedConfig::httpCode` was: ```php public function httpCode(string $code, mixed $value = []): \Symfony\Config\Framework\HttpClient\ScopedClientConfig\RetryFailed\HttpCodeConfig|static ``` Now it generates: ```php public function httpCode(string $code, array $value = []): \Symfony\Config\Framework\HttpClient\ScopedClientConfig\RetryFailed\HttpCodeConfig|static ```...

We write our own solution. 🤣

Same problem. I have tried to investigate, but the code is super complicated... @stof, maybe you have some ideas of where I could begin or how to fix it? I...

@nicolas-grekas, would you check this PR? If a general idea is correct and acceptable, I will create tests.

With `#[Autowire]`, I can't configure with attributes the following case: ```php

Looks awesome. Do you mind allowing `#[TaggedIterator]` and `#[TaggedLocator]` for class and property and adding `call` and `method` params? The final result will be like this: ```php #[Autowire(bind: '$processor', service:...

@nicolas-grekas, would you please check the proposal above? If ok, I will close this PR and create three smaller PRs.