X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FConfEditor.php;h=8fa623396c7c92379c9731bb85286f5bea11f33b;hb=9994758337412d3c0263f66317e1e88393c17a0c;hp=4aecb3d0aca068e6297a19c899e361d2e85c4ff1;hpb=76246b9bf545d75e6d5fa53f4908199c3a11bbc3;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/ConfEditor.php b/includes/ConfEditor.php index 4aecb3d0ac..8fa623396c 100644 --- a/includes/ConfEditor.php +++ b/includes/ConfEditor.php @@ -731,7 +731,7 @@ class ConfEditor { /** * Create a ConfEditorToken from an element of token_get_all() - * @return \ConfEditorToken + * @return ConfEditorToken */ function newTokenObj( $internalToken ) { if ( is_array( $internalToken ) ) { @@ -783,7 +783,7 @@ class ConfEditor { /** * Get the token $offset steps ahead of the current position. * $offset may be negative, to get tokens behind the current position. - * @return \ConfEditorToken + * @return ConfEditorToken */ function getTokenAhead( $offset ) { $pos = $this->pos + $offset;