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
fix: drop @internal annotation from InputField (#795)
The InputFieldMiddlewareInterface::process() method returns InputField|null,
meaning userland middleware implementations must reference this class
directly. Marking it @internal contradicts that public-API contract.
Closes#761
0 commit comments