aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--includes/parser/Parsoid/Config/SiteConfig.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/parser/Parsoid/Config/SiteConfig.php b/includes/parser/Parsoid/Config/SiteConfig.php
index 663f1a39bf00..973cd95668e3 100644
--- a/includes/parser/Parsoid/Config/SiteConfig.php
+++ b/includes/parser/Parsoid/Config/SiteConfig.php
@@ -272,6 +272,7 @@ class SiteConfig extends ISiteConfig {
* Increment a counter metric
* @param string $name
* @param array $labels
+ * @param float $amount
* @return void
*/
public function incrementCounter( string $name, array $labels, float $amount = 1 ) {