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
Description
Based on the doc-block getBlockPrefix method of FormTypeInterface returns string. On the AbstractType on the other hand, the result of StringUtil::fqcnToBlockPrefix can also return null. We should change the interface doc-block to return null as well.