Fixed typo in documentation in Article.php
authorLisa Ridley <lhridley@users.mediawiki.org>
Mon, 15 Mar 2010 13:40:51 +0000 (13:40 +0000)
committerLisa Ridley <lhridley@users.mediawiki.org>
Mon, 15 Mar 2010 13:40:51 +0000 (13:40 +0000)
includes/Article.php

index 1cde034..5695905 100644 (file)
@@ -3843,6 +3843,7 @@ class Article {
         * Purge caches on page update etc
         *
         * @param $title Title object
+        * @todo:  verify that $title is always a Title object (and never false or null), add Title hint to parameter $title
         */
        public static function onArticleEdit( $title ) {
                global $wgDeferredUpdateList;
@@ -4133,7 +4134,7 @@ class Article {
        /**
         * Updates cascading protections
         *
-        * @param $parserOutput mixedParseerOptions object, or boolean false
+        * @param $parserOutput mixed ParseerOptions object, or boolean false
         **/
 
        protected function doCascadeProtectionUpdates( $parserOutput ) {