Skip to content

Commit

Permalink
Merge branch 'master' into fix-code-style
Browse files Browse the repository at this point in the history
  • Loading branch information
l0gicgate committed Nov 12, 2020
2 parents 218be47 + 0edc201 commit 70846ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"require-dev": {
"ext-json": "*",
"adriansuter/php-autoload-override": "^1.2",
"http-interop/http-factory-tests": "^0.6.0",
"http-interop/http-factory-tests": "^0.7.0",
"php-http/psr7-integration-tests": "dev-master",
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^8.5",
Expand Down
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 70846ee

Please sign in to comment.