Lighthouse 5.16
This commit is contained in:
@@ -9,6 +9,6 @@ class ObjectValueNode extends Node implements ValueNode
|
||||
/** @var string */
|
||||
public $kind = NodeKind::OBJECT;
|
||||
|
||||
/** @var ObjectFieldNode[]|NodeList */
|
||||
/** @var NodeList<ObjectFieldNode> */
|
||||
public $fields;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user