Skip to content

Commit

Permalink
Prettify docs
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia authored and actions-user committed Feb 21, 2023
1 parent 419fea0 commit 19b4415
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/class-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,8 @@ visitor API:
]
]);

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

### GraphQL\Language\Visitor Methods

Expand Down

0 comments on commit 19b4415

Please sign in to comment.