Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
raigu committed Oct 14, 2020
2 parents c654292 + 0ea58d2 commit f991369
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public function getProtocolVersion(): string
}

/**
* @return static
* {@inheritdoc}
*/
public function withProtocolVersion($version)
Expand Down Expand Up @@ -121,6 +122,7 @@ public function getHeaderLine($name): string
}

/**
* @return static
* {@inheritdoc}
*/
public function withHeader($name, $value)
Expand All @@ -136,6 +138,7 @@ public function withHeader($name, $value)
}

/**
* @return static
* {@inheritdoc}
*/
public function withAddedHeader($name, $value)
Expand All @@ -151,6 +154,7 @@ public function withAddedHeader($name, $value)
}

/**
* @return static
* {@inheritdoc}
*/
public function withoutHeader($name)
Expand All @@ -174,6 +178,7 @@ public function getBody(): StreamInterface
}

/**
* @return static
* {@inheritdoc}
*/
public function withBody(StreamInterface $body)
Expand Down

0 comments on commit f991369

Please sign in to comment.