Replies: 2 comments · 5 replies
|
Most likely infinite recursion. Please run PHPStan with -vvv --debug and pinpoint which exact line of code or a small amount of lines of code lead to this issue. |
5 replies
|
Possibly might be scanning its own cache files, this will send it into a tailspin. Delete the cache and ignore the directory to fix. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I keep running out of memory, even when only checking 30 files.
Running PHPStan in debug mode, gives this output:
Using the latest version of PHPStan (2.1.29).
My phpstan.neon file looks like this:
Does someone know some things I can check or change?
All reactions