John Paul E. Balandan, CPA
John Paul E. Balandan, CPA
This is more than 6 months stale with no response from OP. Closing.
> By the way, can we make workflow for windows? I'm on it.
This is for PHPDocs, not for type declarations. Should be reopened.
I don't think this is the fix for the referenced issue. The issue is on `BaseBuilder::limit()` called on `Model` which complains of string value. Then, this fix forces a string...
This is a feature. But I'm confused why CLI has to know the database group for prompts. It feels out of place here.
I think this change will be a breaking change. Consider this contrived example assuming app does not use Composer. ```php public function getBarService(): object { if (service('bar') === null) {...
To me, if a service relies on an external service and that external service is down, our service should not swallow that info by returning `null`. It should throw and...
In my understanding, this PR stems from the use case of having the user service returning null. I mean why change the logic here in BaseService instead of that user...
I think I mean here when I made the table is it is referring to the properties of `Config\Cookie` so the `$` should be preserved. The array keys to `Cookie::$defaults`...
Running on macOS with M2, shows similar results with @kenjis ```php