Skip to content

Commit 48ed9a8

Browse files
committed
Fix ErrorHandlerTrait for Psalm
1 parent 59b5b66 commit 48ed9a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ErrorHandlerTrait.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ private function triggerListeners(Throwable $error, ServerRequestInterface $requ
100100
* @param Throwable $error
101101
* @param ServerRequestInterface $request
102102
* @return ResponseInterface
103+
* @psalm-suppress RedundantCastGivenDocblockType
103104
*/
104105
private function generateResponse(Throwable $error, ServerRequestInterface $request): ResponseInterface
105106
{

0 commit comments

Comments
 (0)