doxygen: Document problem with slashes and fix a few
[lhc/web/wiklou.git] / maintenance / renderDump.php
index eab5fe7..169f512 100644 (file)
@@ -78,12 +78,13 @@ class DumpRenderer extends Maintenance {
 
        /**
         * Callback function for each revision, turn into HTML and save
-        * @param $rev Revision
+        * @param Revision $rev
         */
        public function handleRevision( $rev ) {
                $title = $rev->getTitle();
                if ( !$title ) {
                        $this->error( "Got bogus revision with null title!" );
+
                        return;
                }
                $display = $title->getPrefixedText();