Skip to content

Commit a9f15ce

Browse files
authored
Rise httpsoft/http-response to v1.1 (#2)
1 parent 8b69b0d commit a9f15ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
},
2121
"require": {
2222
"php": "^7.4|^8.0",
23-
"httpsoft/http-response": "^1.0",
23+
"httpsoft/http-response": "^1.1",
2424
"psr/http-server-handler": "^1.0",
2525
"psr/http-server-middleware": "^1.0"
2626
},
2727
"require-dev": {
28-
"httpsoft/http-server-request": "^1.0",
28+
"httpsoft/http-server-request": "^1.1",
2929
"phpunit/phpunit": "^9.5",
3030
"squizlabs/php_codesniffer": "^3.7",
3131
"vimeo/psalm": "^4.9|^5.2"

src/ErrorHandlerTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ private function triggerListeners(Throwable $error, ServerRequestInterface $requ
100100
* @param Throwable $error
101101
* @param ServerRequestInterface $request
102102
* @return ResponseInterface
103-
* @psalm-suppress RedundantCastGivenDocblockType
103+
* @psalm-suppress RedundantCast
104104
*/
105105
private function generateResponse(Throwable $error, ServerRequestInterface $request): ResponseInterface
106106
{

0 commit comments

Comments
 (0)