Skip to content

Commit 7766cdb

Browse files
authored
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
1 parent 50a5486 commit 7766cdb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/InputField.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
/**
2323
* A GraphQL input field that maps to a PHP method automatically.
2424
*
25-
* @internal
26-
*
2725
* @phpstan-import-type InputObjectFieldConfig from InputObjectField
2826
* @phpstan-import-type ArgumentType from InputObjectField
2927
*/

0 commit comments

Comments
 (0)