X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=includes%2Fconfig%2FMultiConfig.php;h=2bbc84c99afcf299312136583cd3de6ece320831;hb=568ce02b434ef39a3269bf3d24a54f4b53c3cb12;hp=cbb65aa609e89383a90e2fa3a70ce18b003d6f98;hpb=fc1ca75323b5f424a9f8d28d42d85a311ed2f721;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/config/MultiConfig.php b/includes/config/MultiConfig.php index cbb65aa609..2bbc84c99a 100644 --- a/includes/config/MultiConfig.php +++ b/includes/config/MultiConfig.php @@ -45,7 +45,7 @@ class MultiConfig implements Config { } /** - * @see Config::get + * @inheritDoc */ public function get( $name ) { foreach ( $this->configs as $config ) { @@ -58,7 +58,7 @@ class MultiConfig implements Config { } /** - * @see Config::has + * @inheritDoc */ public function has( $name ) { foreach ( $this->configs as $config ) {