r69048 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69047‎ | r69048 | r69049 >
Date:09:14, 5 July 2010
Author:ialex
Status:ok
Tags:
Comment:
Fixed some doxygen warnings
Modified paths:
  • /trunk/phase3/includes/ImportXMLReader.php (modified) (history)
  • /trunk/phase3/includes/SkinTemplate.php (modified) (history)
  • /trunk/phase3/includes/User.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/User.php
@@ -3792,8 +3792,6 @@
37933793 * @param $signature String Text to leave in the signature
37943794 * @param $summary String the summary for this change, defaults to
37953795 * "Leave system message."
3796 - * @param $article Article The article to update, defaults to the
3797 - * user's talk page.
37983796 * @param $editor User The user leaving the message, defaults to
37993797 * "{{MediaWiki:usermessage-editor}}"
38003798 * @param $flags Int default edit flags
Index: trunk/phase3/includes/ImportXMLReader.php
@@ -209,8 +209,9 @@
210210 * Notify the callback function when a </page> is closed.
211211 * @param $title Title
212212 * @param $origTitle Title
213 - * @param $revisionCount int
214 - * @param $successCount Int: number of revisions for which callback returned true
 213+ * @param $revCount Integer
 214+ * @param $sucCount Int: number of revisions for which callback returned true
 215+ * @param $pageInfo Array: associative array of page information
215216 */
216217 private function pageOutCallback( $title, $origTitle, $revCount, $sucCount, $pageInfo ) {
217218 if( isset( $this->mPageOutCallback ) ) {
Index: trunk/phase3/includes/SkinTemplate.php
@@ -110,7 +110,7 @@
111111 * and eventually it spits out some HTML. Should have interface
112112 * roughly equivalent to PHPTAL 0.7.
113113 *
114 - * @param $callback string (or file)
 114+ * @param $classname string (or file)
115115 * @param $repository string: subdirectory where we keep template files
116116 * @param $cache_dir string
117117 * @return object
@@ -487,7 +487,7 @@
488488 * an error object of the appropriate type.
489489 * For the base class, assume strings all around.
490490 *
491 - * @param mixed $str
 491+ * @param $str Mixed
492492 * @private
493493 */
494494 function printOrError( $str ) {

Status & tagging log