Skip to content

Commit b7b5bfc

Browse files
andrew-dembspawnia
authored andcommitted
📦 Drop @throws Error from protected method
This method catches `Error` and converts them to the `return null` and added error to the context
1 parent f7b2ee0 commit b7b5bfc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Executor/ReferenceExecutor.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ protected function buildResponse($data)
299299
* @param mixed $rootValue
300300
*
301301
* @throws \Exception
302-
* @throws Error
303302
*
304303
* @return array<mixed>|Promise|\stdClass|null
305304
*/

0 commit comments

Comments
 (0)