Caleb White
Caleb White
@TaylorWilton, this PR should be ready to go, just waiting for @canvural to merge :)
@canvural, I've rebased and tests are passing again. Can this be merged?
I just rebased again and fixed the conflicts---the ci failures are expected until other PRs are merged.
For those that are interested, I've gone ahead and published these changes on my own fork ([calebdw/larastan](https://github.com/calebdw/larastan)). Feel free to check it out while we wait for this to be...
So you don't have to manually parse through the stack trace, here's what the gpt has to say: > The recurring pattern involves these components: > PHPStan\Type\ObjectType->hasMethod() calls leading to...
@Phil-Barker, PHPStan [v1.11.1](https://github.com/phpstan/phpstan/releases/tag/1.11.1) includes a couple of fixes for recursion, could you check if this is still an issue?
@McNickSisto, adding commits to private repos is not a good idea because, by definition, they are private---their existence (even the repo name) is hidden to everyone outside the project
@taylorotwell, Postgres only converts the datetime to UTC when the field contains a timezone (e.g., `timestamp with time zone`), otherwise it just uses the datetime as-is: ``` timestamp(0) with time...
Updated target to 12.x
@tpetry, I understand your concern, but I believe that the benefits far outweigh the cons, improve the developer experience, and reduce the potential for developer mistakes. ### Current Problem As...