Merge pull request #366 from enumag/patch-1

Fix annotation
This commit is contained in:
Vladimir Razuvaev 2018-10-09 16:18:36 +02:00 committed by GitHub
commit 0070cb4039
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,6 @@ class BooleanValueNode extends Node implements ValueNode
/** @var string */
public $kind = NodeKind::BOOLEAN;
/** @var string */
/** @var bool */
public $value;
}