X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FGitInfo.php;h=e0bd5cd04316d878b1b93718046f684f1b80ef62;hb=eabfeda3bec5d8108bddf143cf677aa301d8073b;hp=407b3cb43cfcaf38ee9aff938ce794c5c9d5e728;hpb=5b0939fa1956f5bc2c936510c64395d9c74ac739;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/GitInfo.php b/includes/GitInfo.php index 407b3cb43c..e0bd5cd043 100644 --- a/includes/GitInfo.php +++ b/includes/GitInfo.php @@ -143,8 +143,7 @@ class GitInfo { } else { return (int)$commitDate; } - - } + } /** * Return the name of the current branch, or HEAD if not found @@ -162,7 +161,7 @@ class GitInfo { /** * Get an URL to a web viewer link to the HEAD revision. * - * @return string|bool string if an URL is available or false otherwise. + * @return string|bool string if a URL is available or false otherwise. */ public function getHeadViewUrl() { $config = "{$this->basedir}/config";