Skip to content

Commit

Permalink
Fix psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
devanych committed Dec 29, 2024
1 parent 5cb94bd commit d0406ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Middleware/BodyParamsMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit d0406ce

Please # to comment.