Update some deprecated code
[lhc/web/wiklou.git] / maintenance / cleanupImages.php
index 3781616..2670610 100644 (file)
@@ -89,6 +89,9 @@ class ImageCleanup extends TableCleanup {
                $this->progress( 0 );
        }
 
+       /**
+        * @param $name string
+        */
        private function killRow( $name ) {
                if ( $this->dryrun ) {
                        $this->output( "DRY RUN: would delete bogus row '$name'\n" );