@@ -393,10 +393,10 @@ protected function getOperationRootType(Schema $schema, OperationDefinitionNode
393393 *
394394 * @phpstan-param Fields $fields
395395 *
396- * @phpstan-return Fields
397- *
398396 * @throws \Exception
399397 * @throws Error
398+ *
399+ * @phpstan-return Fields
400400 */
401401 protected function collectFields (
402402 ObjectType $ runtimeType ,
@@ -596,12 +596,11 @@ function ($results, $responseName) use ($contextValue, $path, $unaliasedPath, $p
596596 * @param list<string|int> $path
597597 * @param list<string|int> $unaliasedPath
598598 * @param mixed $contextValue
599+ * @param \ArrayObject<int, FieldNode> $fieldNodes
599600 *
600601 * @phpstan-param Path $path
601602 * @phpstan-param Path $unaliasedPath
602603 *
603- * @param \ArrayObject<int, FieldNode> $fieldNodes
604- *
605604 * @throws Error
606605 * @throws InvariantViolation
607606 *
@@ -765,12 +764,11 @@ protected function resolveFieldValueOrError(
765764 * @param list<string|int> $path
766765 * @param list<string|int> $unaliasedPath
767766 * @param mixed $contextValue
767+ * @param mixed $result
768768 *
769769 * @phpstan-param Path $path
770770 * @phpstan-param Path $unaliasedPath
771771 *
772- * @param mixed $result
773- *
774772 * @throws Error
775773 *
776774 * @return array<mixed>|Promise|\stdClass|null
@@ -1321,10 +1319,10 @@ protected function collectAndExecuteSubfields(
13211319 *
13221320 * @param \ArrayObject<int, FieldNode> $fieldNodes
13231321 *
1324- * @phpstan-return Fields
1325- *
13261322 * @throws \Exception
13271323 * @throws Error
1324+ *
1325+ * @phpstan-return Fields
13281326 */
13291327 protected function collectSubFields (ObjectType $ returnType , \ArrayObject $ fieldNodes ): \ArrayObject
13301328 {
0 commit comments