X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FGitInfo.php;h=e0bd5cd04316d878b1b93718046f684f1b80ef62;hb=2e29ebf8a362d11c0b80ff99a7338e22401776e6;hp=407b3cb43cfcaf38ee9aff938ce794c5c9d5e728;hpb=417e346059bac2c1a8f1fc1e2aad4dff2a6afd41;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";