We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc544b commit 916048dCopy full SHA for 916048d
src/Exception/BatchException.php
@@ -21,7 +21,7 @@ final class BatchException extends TransferException
21
22
/**
23
* @param TransferException[] $exceptions
24
- * @param ResponseInterface[] $responses
+ * @param ResponseInterface[] $responses
25
*/
26
public function __construct(array $exceptions = [], array $responses = [])
27
{
0 commit comments