X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fconfig%2FGlobalVarConfig.php;h=6295371984a0298ef09fe06ba211272bfd972a45;hb=a3a9b8d440c10e0f1937b20d36cd9e1004843197;hp=589f7d3548cd508f882f1f667356a7eaf573cd0d;hpb=08aaea93e300d3b34befdbd30368c1293973760e;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/config/GlobalVarConfig.php b/includes/config/GlobalVarConfig.php index 589f7d3548..6295371984 100644 --- a/includes/config/GlobalVarConfig.php +++ b/includes/config/GlobalVarConfig.php @@ -46,7 +46,7 @@ class GlobalVarConfig implements Config { } /** - * @see Config::get + * @inheritDoc */ public function get( $name ) { if ( !$this->has( $name ) ) { @@ -56,7 +56,7 @@ class GlobalVarConfig implements Config { } /** - * @see Config::has + * @inheritDoc */ public function has( $name ) { return $this->hasWithPrefix( $this->prefix, $name );