X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FGitInfo.php;h=4351acc0e9b85ccf8385ef8a3b59de8f85af0a30;hb=033a89c6ca1916fa01271159d7cb60ae8507975b;hp=de7e8c28e2d8373af10bbe253b696f1daaf11573;hpb=866f16487349189de35db6cd2780e74cd6996999;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/GitInfo.php b/includes/GitInfo.php index de7e8c28e2..4351acc0e9 100644 --- a/includes/GitInfo.php +++ b/includes/GitInfo.php @@ -46,7 +46,7 @@ class GitInfo { protected $cache = []; /** - * Map of repo URLs to viewer URLs. Access via static method getViewers(). + * @var array|false Map of repo URLs to viewer URLs. Access via static method getViewers(). */ private static $viewers = false;