psalm / psalm-plugin-laravel

A Psalm plugin for Laravel
MIT License
306 stars 71 forks source link

Remove stale code created to support outdated version of ide-helper #264

Closed alies-dev closed 1 year ago

alies-dev commented 1 year ago

Thanks to amazing work of @ronb-lendesk ( PR https://github.com/psalm/psalm-plugin-laravel/pull/226) we supported different versions of ide-helper that used different APIs. Since we have raised ide-helper version, we don't need to support old version and thus can simplify the code.