From: Leszek Manicki Date: Thu, 27 Oct 2016 13:55:39 +0000 (+0200) Subject: Fix reference in docs of HashConfig::set X-Git-Tag: 1.31.0-rc.0~5018 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=67efe56b42ac008215bcae70595373426fcb7da3;p=lhc%2Fweb%2Fwiklou.git Fix reference in docs of HashConfig::set Change-Id: I82473e42a746ed4280ea22372d8d17d797070334 --- 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;