Skip to content

Commit 96580b7

Browse files
committed
Fix last PHPDoc
1 parent 6e3cecd commit 96580b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Message/MessageFactoryInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function createRequest(
7070
* @param string|UriInterface $uri
7171
* @param string $method
7272
* @param string $protocolVersion
73-
* @param array $headers
73+
* @param string[] $headers
7474
* @param array|string $data
7575
* @param array $files
7676
* @param array $parameters

src/MultiHttpAdapterException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public function hasResponses()
171171
/**
172172
* Sets the responses
173173
*
174-
* @param array $responses
174+
* @param ResponseInterface[] $responses
175175
*/
176176
public function setResponses(array $responses)
177177
{

0 commit comments

Comments
 (0)