Maksim Spirkov
Maksim Spirkov
This has been discussed many times already. https://github.com/yiisoft/yii2/issues/14236 https://github.com/yiisoft/yii2/issues/13875
I haven't delved into these discussions very deeply either. But I know for sure that this has been discussed a lot, and it's actually quite a complex topic. Perhaps you...
I think this can be fixed like this ```php
https://github.com/yiisoft/yii2/pull/20062
Yes, many of these issues have been fixed, but many still remain. I plan to fix some of them when updating PHPStan level to 4.
It would also be great to include tests in the analysis, but I don't have enough time to fix all the errors yet, as there are many of them.
I suggest moving all this logic to `Array_` before releasing the second version. It doesn't seem right to me to keep this logic here, when it's only needed for `Array_`
> I suggest moving all this logic to `Array_` before releasing the second version. Done.
Ready for review
@jaapio Please take a look