Point to the new parser nodes docs URL (#5722)

This commit is contained in:
Matthias Noback 2021-03-02 12:28:11 +01:00 committed by GitHub
parent 11dab764e6
commit 0ffabe49ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ interface PhpRectorInterface extends NodeVisitor, RectorInterface
{
/**
* List of nodes this class checks, classes that implements \PhpParser\Node
* See beautiful map of all nodes https://github.com/rectorphp/rector/blob/master/docs/nodes_overview.md
* See beautiful map of all nodes https://github.com/rectorphp/php-parser-nodes-docs
*
* @return array<class-string<Node>>
*/