X-Git-Url: https://git.cyclocoop.org/admin/?a=blobdiff_plain;f=includes%2Fconfig%2FGlobalVarConfig.php;h=6295371984a0298ef09fe06ba211272bfd972a45;hb=426719108b86bba70e5b321e3386f40849471426;hp=589f7d3548cd508f882f1f667356a7eaf573cd0d;hpb=9b31f5324f6193ac483c7d0a607d62f74f6788ab;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 );