Skip to content

Commit b4cc3dc

Browse files
authored
Fix formatting of PHPDoc for newClient method
Signed-off-by: Sean Molenaar <SMillerDev@users.noreply.github.com>
1 parent b5fe66f commit b4cc3dc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

lib/public/Http/Client/IClientService.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
* @since 8.1.0
1515
*/
1616
interface IClientService {
17-
/**
18-
* @param array $baseConfig default configuration for the client
17+
18+
/**
19+
* @param array $baseConfig default configuration for the client
1920
* @return IClient
2021
* @since 8.1.0
2122
*/

0 commit comments

Comments
 (0)