mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-25 06:16:05 +03:00
Fixed minor error in docblock comment
This commit is contained in:
parent
df1b575469
commit
a1652468f0
@ -1959,7 +1959,7 @@ Various utilities dealing with AST
|
||||
* For example:
|
||||
*
|
||||
* ```php
|
||||
* Node::fromArray([
|
||||
* AST::fromArray([
|
||||
* 'kind' => 'ListValue',
|
||||
* 'values' => [
|
||||
* ['kind' => 'StringValue', 'value' => 'my str'],
|
||||
|
@ -45,7 +45,7 @@ class AST
|
||||
* For example:
|
||||
*
|
||||
* ```php
|
||||
* Node::fromArray([
|
||||
* AST::fromArray([
|
||||
* 'kind' => 'ListValue',
|
||||
* 'values' => [
|
||||
* ['kind' => 'StringValue', 'value' => 'my str'],
|
||||
|
Loading…
Reference in New Issue
Block a user