Skip to content

Commit d0406ce

Browse files
committed
Fix psalm
1 parent 5cb94bd commit d0406ce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Middleware/BodyParamsMiddleware.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ final class BodyParamsMiddleware implements MiddlewareInterface
2727
*
2828
* @throws BadRequestHttpException
2929
* @link https://tools.ietf.org/html/rfc7231
30-
* @psalm-suppress MixedArgument
31-
* @psalm-suppress MixedAssignment
30+
* @psalm-suppress MixedArgument, MixedAssignment, RiskyTruthyFalsyComparison
3231
*/
3332
public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface
3433
{

0 commit comments

Comments
 (0)