When I come to a new project, I want to make a rough idea of what I'm dealing with in a few minutes. I usually check composer.json
and measure the lines. Then, I'd love to run PHPStan and get a rough idea of the current state. But are there baselines, custom extensions, global ignores, or no PHPStan at all?