Skip to content

Commit 20f5e56

Browse files
authored
Fix static analysis
1 parent 7c4a4fd commit 20f5e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RequestTrait.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public function getMethod(): string
131131
* @param string $method Case-sensitive method.
132132
* @return static
133133
* @throws InvalidArgumentException for invalid HTTP methods.
134-
* @psalm-suppress TypeDoesNotContainType, NoValue, RedundantCondition
134+
* @psalm-suppress DocblockTypeContradiction, TypeDoesNotContainType, NoValue, RedundantCondition
135135
*/
136136
public function withMethod($method): RequestInterface
137137
{

0 commit comments

Comments
 (0)