Jesper Noordsij
Jesper Noordsij
> This will not go into PHPUnit 10.1, sorry. I understand that it was a bit of a short time to get it in. Is there anything I can do...
Rebased this on `main` and tests still seem to be fine locally. Note: for anyone subscribed interested, testing these changes in your local setup to ensure everything works fine on...
@tomosterlund I'm wondering if the alternative solution for your previous issue (i.e. #1088) as I've tried to describe above will solve it without needing your change, with the additional benefit...
> @jnoordsij I'm no longer developing any app with Vuelidate, so I won't have the use case to try it out. But if the same problem can be solved by...
Yeah I figured it would probably be somewhat hard to solve, I was just a bit confused it worked perfectly fine on some methods (like regular `where`) but no on...
> @jnoordsij, can you test #1874 to see if that fixes your use case? > > If it doesn't then this is definitely doable with the custom builder pattern so...
Thanks for pointing me there! I've raised https://github.com/rectorphp/rector-phpunit/issues/149 to highlight this issue there. I think a separate deprecation for method-based annotations is probably not be needed, as this will be...
Note: this requires an upstream release of a PHP 8.3 variant of the `cimg/php` image, which according to the [release policy](https://circleci.com/docs/convenience-images-support-policy/#release-policy) will not be available until the stable release.
Rebased onto `master` (to also test L11 on PHP 8.3)
Ah I see, I only looked at the docs and it wasn't mentioned there, but I understand with json formatting it behaves differently. Still I think the approach suggested above...