Replies: 9 comments 15 replies
-
When I run in debug mode |
Beta Was this translation helpful? Give feedback.
-
Running Ubuntu 22.04.4 LTS (Jammy Jellyfish), works just fine on macOS and RHEL8. |
Beta Was this translation helpful? Give feedback.
-
Analyzing fewer files at a time does seem to help. It could indeed be memory related. |
Beta Was this translation helpful? Give feedback.
-
How to fix it? for me only "composer update" works somehow. Is there any other way? |
Beta Was this translation helpful? Give feedback.
-
happened to me when a method defined in an interface wasn't correctly implemented :
vs.
once I fixed this error, phpstan output went back to normal. |
Beta Was this translation helpful? Give feedback.
-
Try adding |
Beta Was this translation helpful? Give feedback.
-
I'm experiencing this since 1.11.6, on Mac, php 8.3.8. Changing the number of processes or the memory limit did not make any difference, and I am already using bleeding edge. Can be reproduced in this public repository:
The problem doesn't seem to be specific to a single file (if I delete |
Beta Was this translation helpful? Give feedback.
-
Still having the same issue. It's raging to have no clues about the error. Memory isn't the problem. |
Beta Was this translation helpful? Give feedback.
-
@ondrejmirtes So I think I have narrowed it down to the access to magic properties in Laravel models. This code will cause a severe error, both with and without the @Property annotation
I would expect PHPStan to tell me off about accessing a not existing property (especially without the property annotation) instead of crashing. I am currently running phpstan/phpstan on 2.1.20 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Seeing this error message: "Some parallel worker jobs have not finished." af the end of a PHPStan run, no actual PHPStan errors and only happens on the one machine.
Anybody have any clues as to how to work out what is causing it?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions