From: Antoine Musso Date: Thu, 27 Jan 2005 18:28:30 +0000 (+0000) Subject: fix phpdoc comment X-Git-Tag: 1.5.0alpha1~843 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=7e901668b2a30b9003b924bd80d0b7e2117e90b4;p=lhc%2Fweb%2Fwiklou.git fix phpdoc comment --- 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' );