X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fconfig%2FGlobalVarConfig.php;h=6295371984a0298ef09fe06ba211272bfd972a45;hb=a5e349c90843353df5e3c961ac78533bf0644897;hp=589f7d3548cd508f882f1f667356a7eaf573cd0d;hpb=30e009794bacc2e3138c372e6ddf876dca2d4a9c;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 );