John Paul E. Balandan, CPA
John Paul E. Balandan, CPA
Confirming this also in v4.2.3. @kenjis in #6282 , I think this part in `gatherOutput` should be moved also along with the move in cache save. ```php if ($returned instanceof...
I think this should be discussed in the main repository. So that if ever there will be changes there, those will just be cascaded here.
> Personally I prefer "{0}" where the filename/value is in the text and simply {0} where it is obvious what the value signifies. > Also, I think errors should be...
I think we should, in part, allow explicit `mixed` types if the parameter/return can be of *any* type and we have no way of telling what can be the possible...
You're right. It will be a pain to track all existing uses of `mixed` in the framework. So it'll be easier to prevent additional uses of `mixed` moving forward.
So the `{query}` context will be provided in the exception message itself?
I think we can have a single `QueryException` class wrapping the exceptions thrown by the different drivers, which can add additional context like the SQL query executed. Then in the...
Most of the `binary_operator_spaces` issues we had in v3.8 was fixed here, except for one (the `$bobbyUser` example). Now, the recent refactor of `braces` causes weird indentation.
@dependabot recreate
For the framework itself. So that the build does not break on buggy versions.