X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fconfig%2FMultiConfig.php;h=2bbc84c99afcf299312136583cd3de6ece320831;hb=f739a8f368ab64d63a2f21d15caf2caa766d6fc5;hp=cbb65aa609e89383a90e2fa3a70ce18b003d6f98;hpb=2a44ed8140a8bd67aae47242747eb67073e94069;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 ) {