From b7b5bfc8d3240281de46eccac53b3c256eb4d567 Mon Sep 17 00:00:00 2001 From: Andrii Dembitskyi Date: Mon, 2 Dec 2024 14:33:56 +0200 Subject: [PATCH] :package: Drop `@throws Error` from protected method This method catches `Error` and converts them to the `return null` and added error to the context --- src/Executor/ReferenceExecutor.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Executor/ReferenceExecutor.php b/src/Executor/ReferenceExecutor.php index 1867cbd7b..e0b9bc682 100644 --- a/src/Executor/ReferenceExecutor.php +++ b/src/Executor/ReferenceExecutor.php @@ -299,7 +299,6 @@ protected function buildResponse($data) * @param mixed $rootValue * * @throws \Exception - * @throws Error * * @return array|Promise|\stdClass|null */