Skip to content

Commit 916048d

Browse files
committed
Fix indentation
1 parent 6dc544b commit 916048d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exception/BatchException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ final class BatchException extends TransferException
2121

2222
/**
2323
* @param TransferException[] $exceptions
24-
* @param ResponseInterface[] $responses
24+
* @param ResponseInterface[] $responses
2525
*/
2626
public function __construct(array $exceptions = [], array $responses = [])
2727
{

0 commit comments

Comments
 (0)