Open zmitic opened 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.
@return void
Also fixed the long-standing issue with FormView::$vars, now with unsealed arrays.
FormView::$vars
@zmitic thank you. Could you please check form tests? All disabled for now with @symfony-disabled
@symfony-disabled
I will check it next weekend, can't do earlier.
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.