psalm / psalm-plugin-symfony

Psalm Plugin for Symfony
MIT License
228 stars 53 forks source link

Fixed compatibility with symfony/forms ^6.3 #329

Open zmitic opened 11 months ago

zmitic commented 11 months ago

This is the fix for ^6.3 forms. For some reason, psalm didn't infer interface signature once @return void was added.

Also fixed the long-standing issue with FormView::$vars, now with unsealed arrays.

seferov commented 5 months ago

@zmitic thank you. Could you please check form tests? All disabled for now with @symfony-disabled

zmitic commented 5 months ago

I will check it next weekend, can't do earlier.