Can Vural

Results 135 comments of Can Vural

Hi, Sorry for the super late answer 😅 Yes, we put every `@include` into one file. Because of the shared variables etc. between the parent and include. There might be...

Hi @olivernybroe , @owenvoke Sorry I wasn't able to comment or fix this. I was dealing with some personal issues + had some holidays, and lots of work after holidays....

Hi, Thank you for the report! Yes it seems this library is not compatible with 1.8.x Ill try to fix it in a few weeks.

Hi, Thank you for the report! Yes it seems this library is not compatible with 1.8.x Ill try to fix it in a few weeks.

Maybe you can you can use `non-empty-array` to indicate that you expect non empty array: https://phpstan.org/r/9a49970a-c5ae-4190-bd8a-52b99f31bb50

Getting the same error too. Also related: https://github.com/anymaniax/orval/issues/1101

@erikgaal That's fine. More precise types leading to errors is acceptable. It's also in PHPStan's BC promise page: https://phpstan.org/user-guide/backward-compatibility-promise#type-inference-capabilities Just FYI: this PR discovered an issue. https://github.com/nunomaduro/larastan/blob/master/src/Properties/SchemaAggregator.php#L368 this now leads...

Ah it didn't discover an error. It broke it 😅 In the latest release `enum` database column is correctly inferred as union of possible options. But after this PR it...

Reason is that https://github.com/nunomaduro/larastan/blob/2.2.9/src/Properties/ModelPropertyExtension.php#L190-L222 this code was removed.