X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FGitInfo.php;h=7052820e1d8977500dcdf3de96021712eaba768a;hb=c2324379048d7a7c6d891150c00f71fd58861fe0;hp=acf1bf64a374d5f1457906bd2572c136c041cf1e;hpb=fb9df5a508e7315d9fb12127391732c6052ce6cb;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/GitInfo.php b/includes/GitInfo.php index acf1bf64a3..7052820e1d 100644 --- a/includes/GitInfo.php +++ b/includes/GitInfo.php @@ -274,7 +274,7 @@ class GitInfo { /** * Get the URL of the remote origin. - * @return string|bool string if a URL is available or false otherwise. + * @return string|bool String if a URL is available or false otherwise. */ protected function getRemoteUrl() { if ( !isset( $this->cache['remoteURL'] ) ) {