mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-04-02 20:26:09 +03:00
Fix annotation
This commit is contained in:
parent
e7de069bd5
commit
e4c743cf8c
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ class BooleanValueNode extends Node implements ValueNode
|
|||
/** @var string */
|
||||
public $kind = NodeKind::BOOLEAN;
|
||||
|
||||
/** @var string */
|
||||
/** @var bool */
|
||||
public $value;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue