From d0406ced0c8e23715b6bc89f9ea7b49b3ae7efad Mon Sep 17 00:00:00 2001
From: Evgeniy Zyubin <mail@devanych.ru>
Date: Mon, 30 Dec 2024 00:26:04 +0300
Subject: [PATCH] Fix psalm

---
 src/Middleware/BodyParamsMiddleware.php | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/Middleware/BodyParamsMiddleware.php b/src/Middleware/BodyParamsMiddleware.php
index dc72edd..5ba4662 100644
--- a/src/Middleware/BodyParamsMiddleware.php
+++ b/src/Middleware/BodyParamsMiddleware.php
@@ -27,8 +27,7 @@ final class BodyParamsMiddleware implements MiddlewareInterface
      *
      * @throws BadRequestHttpException
      * @link https://tools.ietf.org/html/rfc7231
-     * @psalm-suppress MixedArgument
-     * @psalm-suppress MixedAssignment
+     * @psalm-suppress MixedArgument, MixedAssignment, RiskyTruthyFalsyComparison
      */
     public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
     {