Fix function level comments that start with /* not /**
[lhc/web/wiklou.git] / includes / installer / SqliteInstaller.php
index 189815a..a33082f 100644 (file)
@@ -45,7 +45,7 @@ class SqliteInstaller extends DatabaseInstaller {
                        $this->getTextBox( 'wgDBname', 'config-db-name', array(), $this->parent->getHelpBox( 'config-sqlite-name-help' ) );
        }
 
-       /*
+       /**
         * Safe wrapper for PHP's realpath() that fails gracefully if it's unable to canonicalize the path.
         */
        private static function realpath( $path ) {