Lighthouse 5.16

This commit is contained in:
2021-07-26 01:35:16 +02:00
parent 5f6f382ace
commit db5f81c294
736 changed files with 26648 additions and 36472 deletions
@@ -9,6 +9,6 @@ class ObjectValueNode extends Node implements ValueNode
/** @var string */
public $kind = NodeKind::OBJECT;
/** @var ObjectFieldNode[]|NodeList */
/** @var NodeList<ObjectFieldNode> */
public $fields;
}