Commit 9bef07a
committed
fix: drop @internal annotation from InputField
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 #7611 parent 50a5486 commit 9bef07a
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
| |||
0 commit comments