proget-hq / phpstan-yii2

Yii2 extension for PHPStan
MIT License
52 stars 18 forks source link

Resolve active record static method type by return type #40

Closed marmichalski closed 3 years ago

marmichalski commented 3 years ago

Merge after #39.

An attempt to automagically resolve stan type from method return type. This adds support, for example, for findBySql static method.