Yann Rabiller
Yann Rabiller
Hi there :). I realize it's not possible for now to replace references of a promoted constructor property. Given the following `Bar` class: ```php
Let's say I am in a php file of my project and a colleague tells me about this `ServerRequestInterface` coming from `Psr` package. My only way to find it right...
Cuzzle formats correctly headers when they are passed to the Request object, but not when passed to the array options of Guzzle. These two pieces of code should return the...
Your [article](https://www.dantleech.com/blog/2018/11/25/phpactor-extensions/) is a nice introduction but it's a bit outdated now (because of the monorepo). I think it could be nice to get an overview of the different extensions...
Only a very early draft for now. Not sure where I'm going with this but if you have some input/suggestions, it's very welcome :blue_heart:. It seems to me at first...
Hi Dan, Hope you're doing well. I'm using [Pest](https://pestphp.com/) more and more and Pest tests look like this: ```php
Right now for the following yaml file: ```yaml monolog: channels: - foo - bar ``` It prints `monolog > channels[]`. But we cannot search for `monolog > channels[] > bar`...