From: Nick Jenkins Date: Wed, 11 Jul 2007 08:04:46 +0000 (+0000) Subject: @desc tags are obsolete, but I was slow to read that memo... X-Git-Tag: 1.31.0-rc.0~52148 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22sites_tous%22%29%20.%20%22?a=commitdiff_plain;h=33829a65f6bbb2e01606547255ccc1d59c46d79e;p=lhc%2Fweb%2Fwiklou.git @desc tags are obsolete, but I was slow to read that memo... --- diff --git a/maintenance/parserTests.inc b/maintenance/parserTests.inc index b95dd528b1..03dab84a1b 100644 --- a/maintenance/parserTests.inc +++ b/maintenance/parserTests.inc @@ -603,7 +603,7 @@ class ParserTest { } /** - * @desc delete the specified files, if they exist. + * Delete the specified files, if they exist. * @param array $files full paths to files to delete. */ private static function deleteFiles( $files ) { @@ -615,7 +615,7 @@ class ParserTest { } /** - * @desc delete the specified directories, if they exist. Must be empty. + * Delete the specified directories, if they exist. Must be empty. * @param array $dirs full paths to directories to delete. */ private static function deleteDirs( $dirs ) {