X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Ffilerepo%2FRepoGroup.php;h=b7977900a32e643193b40528584d5f6c77df48e8;hb=645d96b0e1560e58285c88abfe8f8e726acb2e64;hp=24d1ab2efefb8baf02bbbbe60a6d86ac05261e77;hpb=13033333fb223d16392aad0e64549226654d7359;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/filerepo/RepoGroup.php b/includes/filerepo/RepoGroup.php index 24d1ab2efe..b7977900a3 100644 --- a/includes/filerepo/RepoGroup.php +++ b/includes/filerepo/RepoGroup.php @@ -423,7 +423,7 @@ class RepoGroup { * Split a virtual URL into repo, zone and rel parts * @param string $url * @throws MWException - * @return array Containing repo, zone and rel + * @return string[] Containing repo, zone and rel */ function splitVirtualUrl( $url ) { if ( substr( $url, 0, 9 ) != 'mwrepo://' ) {