Index: trunk/phase3/includes/User.php |
— | — | @@ -3792,8 +3792,6 @@ |
3793 | 3793 | * @param $signature String Text to leave in the signature |
3794 | 3794 | * @param $summary String the summary for this change, defaults to |
3795 | 3795 | * "Leave system message." |
3796 | | - * @param $article Article The article to update, defaults to the |
3797 | | - * user's talk page. |
3798 | 3796 | * @param $editor User The user leaving the message, defaults to |
3799 | 3797 | * "{{MediaWiki:usermessage-editor}}" |
3800 | 3798 | * @param $flags Int default edit flags |
Index: trunk/phase3/includes/ImportXMLReader.php |
— | — | @@ -209,8 +209,9 @@ |
210 | 210 | * Notify the callback function when a </page> is closed. |
211 | 211 | * @param $title Title |
212 | 212 | * @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 |
215 | 216 | */ |
216 | 217 | private function pageOutCallback( $title, $origTitle, $revCount, $sucCount, $pageInfo ) { |
217 | 218 | if( isset( $this->mPageOutCallback ) ) { |
Index: trunk/phase3/includes/SkinTemplate.php |
— | — | @@ -110,7 +110,7 @@ |
111 | 111 | * and eventually it spits out some HTML. Should have interface |
112 | 112 | * roughly equivalent to PHPTAL 0.7. |
113 | 113 | * |
114 | | - * @param $callback string (or file) |
| 114 | + * @param $classname string (or file) |
115 | 115 | * @param $repository string: subdirectory where we keep template files |
116 | 116 | * @param $cache_dir string |
117 | 117 | * @return object |
— | — | @@ -487,7 +487,7 @@ |
488 | 488 | * an error object of the appropriate type. |
489 | 489 | * For the base class, assume strings all around. |
490 | 490 | * |
491 | | - * @param mixed $str |
| 491 | + * @param $str Mixed |
492 | 492 | * @private |
493 | 493 | */ |
494 | 494 | function printOrError( $str ) { |