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
FormElements: Fix return type of createElement() method and related code
This fixes the confusion of phpstan. Since the `createElement()` element returns an instance
of `FormElement`, phpstan cannot find an `addHtml()` method for it, for example.
The return type must therefore be `FormElement & BaseHtmlElement`.
0 commit comments