From ac47ff47f8c6a2867acd3bfecddd651fbf5f6d33 Mon Sep 17 00:00:00 2001 From: addshore Date: Wed, 6 Apr 2016 12:21:24 +0100 Subject: [PATCH] Fix phpdoc in StatsdAwareInterface Change-Id: Ibb3cac402f2cbe723b79785f4d3bbcb9c0b10ebe --- includes/libs/stats/StatsdAwareInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/libs/stats/StatsdAwareInterface.php b/includes/libs/stats/StatsdAwareInterface.php index 5151b2689a..b0b941ae66 100644 --- a/includes/libs/stats/StatsdAwareInterface.php +++ b/includes/libs/stats/StatsdAwareInterface.php @@ -11,7 +11,7 @@ use Liuggio\StatsdClient\Factory\StatsdDataFactoryInterface; interface StatsdAwareInterface { /** - * Sets a logger instance on the object + * Sets a StatsdDataFactory instance on the object * * @param StatsdDataFactoryInterface $statsFactory * @return null -- 2.20.1