X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Ffilerepo%2FRepoGroup.php;h=2edd6d09142aac1f558bea9c76bd9ecf95ba091a;hb=bf646045178630754463e9f9e2464bdab3468f90;hp=d47624f8cdea317368e03f13074770d3ea8ed209;hpb=3ba9b09378c94f8ce4075a5c95f2c1e2a4db8750;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/filerepo/RepoGroup.php b/includes/filerepo/RepoGroup.php index d47624f8cd..2edd6d0914 100644 --- a/includes/filerepo/RepoGroup.php +++ b/includes/filerepo/RepoGroup.php @@ -334,7 +334,7 @@ class RepoGroup { /** * Get the repo instance by its name * @param string $name - * @return bool + * @return FileRepo|bool */ function getRepoByName( $name ) { if ( !$this->reposInitialised ) {