From 33829a65f6bbb2e01606547255ccc1d59c46d79e Mon Sep 17 00:00:00 2001 From: Nick Jenkins Date: Wed, 11 Jul 2007 08:04:46 +0000 Subject: [PATCH] @desc tags are obsolete, but I was slow to read that memo... --- maintenance/parserTests.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ) { -- 2.20.1