Results 1104 comments of Anders Jenbo

I agree this is a good suggestion for how to manage dev tools as there dependencies shouldn't really influence the production portion of dependencies that happens to be shared or...

> It seems PHPStan doesn't support shis anymore, the Composer package is abandoned and the repo has been archived by the owner since 09.12.2019. > > https://github.com/phpstan/phpstan-shim Like I mentioned:...

Not using XML is a big improvement in my book. I prefer the PHP option personally. @kylekatarnls I think now is a good point to rebase this so it's ready...

Lots of things going on in one PR, most of it is nice, but a bit hard to review and comment on individual things with it all there.

i wold normally just use it if decimal fractional rounding is important, I have a hard time imagining the need for values that high.

Since a fair bit of the changes here are style changes which have already gone in to 3.x I think it would be easier to evaluate and review if it...

I made PRs for dropping the rest of the unsupported PHP versions. In total that will get us to 5000 lines removed since 2.x. I also made one for removing...

Try to avoid backwards breaking changes, remember to use 5.3 syntax and follow the code style as best you can. We will try to help you with any issue you...

I believe this has been resolved, please let me know if that is not the case.

Hi, it's hard to debug with out knowing the code that triggers this. Can you please provide an example of how your code calls the `view()` method? Extra points for...