Skip to content

Commit 9e3be05

Browse files
committed
Fix PHPDoc @var to @type
1 parent 5f03635 commit 9e3be05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Collector/PluginClientFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function __construct(Collector $collector, Formatter $formatter, Stopwatc
4747
* @param Plugin[] $plugins
4848
* @param array $options {
4949
*
50-
* @var string $client_name to give client a name which may be used when displaying client information like in
50+
* @type string $client_name to give client a name which may be used when displaying client information like in
5151
* the HTTPlugBundle profiler.
5252
* }
5353
*

0 commit comments

Comments
 (0)