Fix annotation

This commit is contained in:
Jáchym Toušek 2018-10-09 14:46:41 +02:00 committed by GitHub
parent e7de069bd5
commit e4c743cf8c
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;
}