From 13c4fee4a0468db3ac3dda5da56fbc017c4b3d38 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Tue, 28 Nov 2017 22:56:44 +0100 Subject: [PATCH] Fixed typo --- Collector/PluginClientFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Collector/PluginClientFactory.php b/Collector/PluginClientFactory.php index d98b0051..25cd4896 100644 --- a/Collector/PluginClientFactory.php +++ b/Collector/PluginClientFactory.php @@ -50,7 +50,7 @@ public function __construct(Collector $collector, Formatter $formatter, Stopwatc * @param Plugin[] $plugins * @param array $options { * - * @var string $client_name to give client a name which may be used when displaying client information like in + * @var string $client_name to give client a name which may be used when displaying client information like in * the HTTPlugBundle profiler. * } *