You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When used, this function check if one of the given parameters is an instance of FormInterface and if match call the function FormInterface::createView().
The text was updated successfully, but these errors were encountered:
With Symfony 6.2, we can render a template with the following code:
But psalm complain about this.
The error comes from the following function:
When used, this function check if one of the given parameters is an instance of
FormInterface
and if match call the functionFormInterface::createView()
.The text was updated successfully, but these errors were encountered: