Skip to content

Commit 97892bc

Browse files
committed
Fixes docblock
1 parent d1446f4 commit 97892bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Message/MessageFactoryInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function setBaseUri($baseUri);
4949
* @param string|UriInterface $uri
5050
* @param string $method
5151
* @param string $protocolVersion
52-
* @param array $headers
52+
* @param string[] $headers
5353
* @param resource|string|StreamInterface|null $body
5454
* @param array $parameters
5555
*
@@ -92,7 +92,7 @@ public function createInternalRequest(
9292
*
9393
* @param integer $statusCode
9494
* @param string $protocolVersion
95-
* @param array $headers
95+
* @param string[] $headers
9696
* @param resource|string|StreamInterface|null $body
9797
* @param array $parameters
9898
*

0 commit comments

Comments
 (0)