Skip to content

Commit

Permalink
Fix static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
devanych authored May 27, 2024
1 parent 7c4a4fd commit 20f5e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RequestTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public function getMethod(): string
* @param string $method Case-sensitive method.
* @return static
* @throws InvalidArgumentException for invalid HTTP methods.
* @psalm-suppress TypeDoesNotContainType, NoValue, RedundantCondition
* @psalm-suppress DocblockTypeContradiction, TypeDoesNotContainType, NoValue, RedundantCondition
*/
public function withMethod($method): RequestInterface
{
Expand Down

0 comments on commit 20f5e56

Please sign in to comment.