From 67efe56b42ac008215bcae70595373426fcb7da3 Mon Sep 17 00:00:00 2001 From: Leszek Manicki Date: Thu, 27 Oct 2016 15:55:39 +0200 Subject: [PATCH] Fix reference in docs of HashConfig::set Change-Id: I82473e42a746ed4280ea22372d8d17d797070334 --- includes/config/HashConfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/config/HashConfig.php b/includes/config/HashConfig.php index feef87d1e9..4d6c68ca8b 100644 --- a/includes/config/HashConfig.php +++ b/includes/config/HashConfig.php @@ -67,7 +67,7 @@ class HashConfig implements Config, MutableConfig { } /** - * @see Config::set + * @see MutableConfig::set */ public function set( $name, $value ) { $this->settings[$name] = $value; -- 2.20.1