Skip to content

Commit 3eeb7f1

Browse files
committed
Fix spaces
1 parent c1e4e35 commit 3eeb7f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Collector/PluginClientFactory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ public function __construct(Collector $collector, Formatter $formatter, Stopwatc
4545
/**
4646
* @param ClientInterface|HttpAsyncClient $client
4747
* @param Plugin[] $plugins
48-
* @param array{client_name?: string} $options
48+
* @param array{client_name?: string} $options
4949
*
5050
* - client_name: to give client a name which may be used when displaying client information like in
51-
* the HTTPlugBundle profiler.
51+
* the HTTPlugBundle profiler
5252
*
5353
* @see PluginClient constructor for PluginClient specific $options.
5454
*

0 commit comments

Comments
 (0)