I am using the devspaces tool as part of a project with a few dozen developers. It's great, but in order to make certain things work locally in my IDE, I still run Composer on my local machine occasionally. For a variety of reasons I won't get into, I generally run it without setup scripts, which is for most purposes fine.
However, ever since doing a composer install --no-scripts on my local machine, I now get notices in PhpStorm saying PHPStan: No rules detected.
Is there a way I can run the PHPStan setup script manually by itself in order to get my rules back?