mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-29 19:37:55 +01:00
Fixed link to nodes overview in own rector code sample
This commit is contained in:
parent
30b3ae89f7
commit
db420aa64f
@ -37,7 +37,7 @@ final class MyFirstRector extends AbstractRector
|
||||
public function getNodeTypes(): array
|
||||
{
|
||||
// what node types are we looking for?
|
||||
// pick any node from https://github.com/rectorphp/rector/blob/master/docs/NodesOverview.md
|
||||
// pick any node from https://github.com/rectorphp/rector/blob/master/docs/nodes_overview.md
|
||||
return [MethodCall::class];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user