Caleb White

Results 417 comments of Caleb White

Sure, I can do that. Would you still be opposed to the now methods? They are a mirror of the `today` methods (e.g., `todayOrBefore`), or maybe something like `inFuture` or...

I'm not opposed to that, just want to hear @taylorotwell 's thoughts

> we need to keep the @throws tags and probably should consider keeping @param tags for arrays with PHPstan enforceable types. These are not redundant/superfluous, so Pint did not remove...

I can target `master` if you like

I've targeted `master` and the failing tests seem to be unrelated to the changes at hand

The frozen state needs to be specifiable and enforceable by the type system / static analysis and not a runtime property (think a separate class like `Carbon`/`CarbonImmutable`, or a intersection...

This Laravel news article looks interesting / related: https://laravel-news.com/zero-to-prod-data-model-php-package

Why don't you just place all your work repos in a common `work/` directory and specify that? ```toml [[--scope]] --when.repositories = ["~/work"] ```

I think a more useful rule would be to completely disable non-static builder mixins on model instances---for example you have to start a query with `::query()` or another `::method()` (even...