Merge pull request #3499 from RusiPapazov/phprectorinterface-doc-update

Update documentation link in PhpRectorInterface
This commit is contained in:
Tomas Votruba 2020-06-09 11:46:54 +02:00 committed by GitHub
commit cbbca8004a
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/NodesOverview.md
* See beautiful map of all nodes https://github.com/rectorphp/rector/blob/master/docs/nodes_overview.md
*
* @return class-string[]
*/