From 7e901668b2a30b9003b924bd80d0b7e2117e90b4 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Thu, 27 Jan 2005 18:28:30 +0000 Subject: [PATCH] fix phpdoc comment --- includes/BlockCache.php | 1 - includes/Database.php | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/BlockCache.php b/includes/BlockCache.php index 618f6e206f..8f9a5a60aa 100644 --- a/includes/BlockCache.php +++ b/includes/BlockCache.php @@ -130,7 +130,6 @@ class BlockCache /** * Add a block to the global $wgBlockCache * - * @package MediaWiki * @param Object $block A "Block"-object * @param Any $tag unused */ diff --git a/includes/Database.php b/includes/Database.php index cf3228e8dc..0bbf98236b 100644 --- a/includes/Database.php +++ b/includes/Database.php @@ -390,7 +390,8 @@ class Database { /** * Prepare & execute an SQL statement, quoting and inserting arguments * in the appropriate places. - * @param + * @param string $query + * @param string $args (default null) */ function safeQuery( $query, $args = null ) { $prepared = $this->prepare( $query, 'Database::safeQuery' ); -- 2.20.1