Fix function level comments that start with /* not /**
[lhc/web/wiklou.git] / includes / filerepo / File.php
index 6f9c639..7fafc62 100644 (file)
@@ -930,6 +930,7 @@ abstract class File {
        function getRepoName() {
                return $this->repo ? $this->repo->getName() : 'unknown';
        }
+
        /*
         * Returns the repository
         */