Skip to content

Commit 19b4415

Browse files
spawniaactions-user
authored andcommitted
Prettify docs
1 parent 419fea0 commit 19b4415

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/class-reference.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,8 @@ visitor API:
11081108
]
11091109
]);
11101110

1111-
@phpstan-type VisitorArray array<string, callable(Node): VisitorOperation|mixed|null>|array<string, array<string, callable(Node): VisitorOperation|mixed|null>>
1111+
@phpstan-type NodeVisitor callable(Node): (VisitorOperation|null|false|void)
1112+
@phpstan-type VisitorArray array<string, NodeVisitor>|array<string, array<string, NodeVisitor>>
11121113

11131114
### GraphQL\Language\Visitor Methods
11141115

0 commit comments

Comments
 (0)