-
-
Notifications
You must be signed in to change notification settings - Fork 738
Fix url to nodes-overview #5695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
docs/create_own_rule.md
Outdated
| { | ||
| // what node types are we looking for? | ||
| // pick any node from https://github.com/rectorphp/rector/blob/master/docs/nodes_overview.md | ||
| // pick any node from https://github.com/rectorphp/php-parser-nodes-docs/blob/master/docs/nodes_overview.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At least this is the url used in the rector readme
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank for the PR
What about https://github.com/rectorphp/php-parser-nodes-docs/ for both sources?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thats what this PR achieves. In the readme the url https://github.com/rectorphp/php-parser-nodes-docs/blob/master/docs/nodes_overview.md Is already used
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean direct repository link: https://github.com/rectorphp/php-parser-nodes-docs/
The docs is in README.md now too as less surprising location.
The old link is just for BC :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adjusted per feedback
|
Thank you |
rectorphp/rector-src@643814d [TypeDeclaration] Add ChildDoctrineRepositoryClassTypeRector (#5695)
No description provided.