Skip to content

Commit 0a41273

Browse files
ruudkactions-user
authored andcommitted
Prettify docs
1 parent 5a455ff commit 0a41273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/class-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,7 @@ visitor API:
12981298
]
12991299
]);
13001300

1301-
@phpstan-type NodeVisitor callable(Node): (VisitorOperation|null|false|void)
1301+
@phpstan-type NodeVisitor callable(covariant Node): (VisitorOperation|null|false|void)
13021302
@phpstan-type VisitorArray array<string, NodeVisitor>|array<string, array<string, NodeVisitor>>
13031303

13041304
@see \GraphQL\Tests\Language\VisitorTest

0 commit comments

Comments
 (0)