mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-02-18 05:13:13 +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:
|
* For example:
|
||||||
*
|
*
|
||||||
* ```php
|
* ```php
|
||||||
* Node::fromArray([
|
* AST::fromArray([
|
||||||
* 'kind' => 'ListValue',
|
* 'kind' => 'ListValue',
|
||||||
* 'values' => [
|
* 'values' => [
|
||||||
* ['kind' => 'StringValue', 'value' => 'my str'],
|
* ['kind' => 'StringValue', 'value' => 'my str'],
|
||||||
|
@ -45,7 +45,7 @@ class AST
|
|||||||
* For example:
|
* For example:
|
||||||
*
|
*
|
||||||
* ```php
|
* ```php
|
||||||
* Node::fromArray([
|
* AST::fromArray([
|
||||||
* 'kind' => 'ListValue',
|
* 'kind' => 'ListValue',
|
||||||
* 'values' => [
|
* 'values' => [
|
||||||
* ['kind' => 'StringValue', 'value' => 'my str'],
|
* ['kind' => 'StringValue', 'value' => 'my str'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user