Symfony changed its configuration recently - see symfony/symfony#46546
psalm is now reporting:
PossiblyUndefinedMethod - config/packages/framework.php - Method Symfony\Config\FrameworkConfig::scopedClient does not exist
So the workaround (<extraFiles>) I added in #203 isn't working anymore.
Is there a change that this can get fixed in psalm? If no, I'd delete that workaround from the docs again, and recommend to exclude config/ from analysis (as recommended in the linked Symfony issue).
Symfony changed its configuration recently - see symfony/symfony#46546
psalm is now reporting:
So the workaround (
<extraFiles>) I added in #203 isn't working anymore.Is there a change that this can get fixed in psalm? If no, I'd delete that workaround from the docs again, and recommend to exclude
config/from analysis (as recommended in the linked Symfony issue).