From: addshore Date: Wed, 6 Apr 2016 11:21:24 +0000 (+0100) Subject: Fix phpdoc in StatsdAwareInterface X-Git-Tag: 1.31.0-rc.0~7363 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=ac47ff47f8c6a2867acd3bfecddd651fbf5f6d33;p=lhc%2Fweb%2Fwiklou.git Fix phpdoc in StatsdAwareInterface Change-Id: Ibb3cac402f2cbe723b79785f4d3bbcb9c0b10ebe --- 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