We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1b575 commit a165246Copy full SHA for a165246
docs/reference.md
@@ -1959,7 +1959,7 @@ Various utilities dealing with AST
1959
* For example:
1960
*
1961
* ```php
1962
- * Node::fromArray([
+ * AST::fromArray([
1963
* 'kind' => 'ListValue',
1964
* 'values' => [
1965
* ['kind' => 'StringValue', 'value' => 'my str'],
src/Utils/AST.php
@@ -45,7 +45,7 @@ class AST
45
46
47
48
49
50
51
0 commit comments