Nicolas PHILIPPE

Results 319 comments of Nicolas PHILIPPE

haha I did not thought about yielding twice in a sequence, that's clever!

I'm closing this, since I don't think we will ever implement a way to have a negatable operator, if doctrine does not provide it out of the box

Hi @seb-jean I don't understand what you suggest 🤔 This is exactly what is documented: ![Image](https://github.com/user-attachments/assets/e4cc55c2-7498-45c4-a9e1-3e6b35cd2643)

hum ok I get it now, PHPStorm does not understands intersections in `@method` annotations see https://youtrack.jetbrains.com/issue/WI-62217/Support-intersection-types-for-method a user even mentions Foundry 😅 I think a workaround would be to use...

I'm closing this, anyway, the future of Foundry is free from Proxy object

Hi @nesl247 thanks for reporting. Yeah, I was expecting problems like this with Rector 2. I don't know when I'll have time to work on this. Don't hesitate to provide...

this has been fixed in #913

this whole idea sounds really cool! maybe this can be enable like this? ```php $this->browser() ->recordScenario($scenarioName) // ... do some recorded stuff ->endRecordScenario() // optional ```

> I'm unfamiliar with psalm plugins, will this be auto-registered in projects using foundry and psalm? yes, thanks to [the change in composer.json](https://github.com/zenstruck/foundry/blob/cff5ae531b5fac15b6e7ec79052a25c46d129b02/composer.json#L74-L76)

Another legit usecase (at least, in my opinion 😅 ) to have a different arguments number between the data provider and the test method, is when using the same data...