Fix phpdoc in StatsdAwareInterface
authoraddshore <addshorewiki@gmail.com>
Wed, 6 Apr 2016 11:21:24 +0000 (12:21 +0100)
committerReedy <reedy@wikimedia.org>
Wed, 6 Apr 2016 15:59:53 +0000 (15:59 +0000)
Change-Id: Ibb3cac402f2cbe723b79785f4d3bbcb9c0b10ebe

includes/libs/stats/StatsdAwareInterface.php

index 5151b26..b0b941a 100644 (file)
@@ -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