mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-22 04:46:04 +03:00
Fix annotation
This commit is contained in:
parent
e7de069bd5
commit
e4c743cf8c
@ -9,6 +9,6 @@ class BooleanValueNode extends Node implements ValueNode
|
||||
/** @var string */
|
||||
public $kind = NodeKind::BOOLEAN;
|
||||
|
||||
/** @var string */
|
||||
/** @var bool */
|
||||
public $value;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user