Skip to content

Commit

Permalink
📦 Drop @throws Error from protected method
Browse files Browse the repository at this point in the history
This method catches `Error` and converts them to the `return null` and added error to the context
  • Loading branch information
andrew-demb authored and spawnia committed Dec 2, 2024
1 parent f7b2ee0 commit b7b5bfc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Executor/ReferenceExecutor.php
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ protected function buildResponse($data)
* @param mixed $rootValue
*
* @throws \Exception
* @throws Error
*
* @return array<mixed>|Promise|\stdClass|null
*/
Expand Down

0 comments on commit b7b5bfc

Please sign in to comment.