Hello!
- PHP: 8.5
- Laravel: 12.x
- PHPStan: 2.1.x
First off, thanks for this project, I'm looking forward to using it.
However, I'm trying to get this running on my work project and it just...crashes. Not really sure how to help debug, I've just installed it and am using the default configuration (I have the extension-installer installed, so no phpstan config changes)
$ sail bin phpstan -vvv
Note: Using configuration file /var/www/html/phpstan.neon.
Result cache not used because the cache file does not exist.
4634/4634 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100% 7 mins/7 mins
Result cache is saved.
<crashes after this>
Note: using this extension has 2-3x the time it takes phpstan to run and my computer gets sluggish right before it crashes which would seem to indicate a memory leak / OOM issue....I wonder if there's a way to make this package more performant?
Thanks!
Hello!
First off, thanks for this project, I'm looking forward to using it.
However, I'm trying to get this running on my work project and it just...crashes. Not really sure how to help debug, I've just installed it and am using the default configuration (I have the extension-installer installed, so no phpstan config changes)
Note: using this extension has 2-3x the time it takes phpstan to run and my computer gets sluggish right before it crashes which would seem to indicate a memory leak / OOM issue....I wonder if there's a way to make this package more performant?
Thanks!