X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Ffilerepo%2FRepoGroup.php;h=fce3f7854bcf8e38a10bba230e810d5cb6b75505;hb=88bed6898f3162f46a92f75e7b917b0599d3e4f2;hp=65637df9e942a5569c118a4d8e6d48e6acca34a0;hpb=345fa39378b420e60949f9024ef9bf8a018a6b0b;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/filerepo/RepoGroup.php b/includes/filerepo/RepoGroup.php index 65637df9e9..fce3f7854b 100644 --- a/includes/filerepo/RepoGroup.php +++ b/includes/filerepo/RepoGroup.php @@ -272,7 +272,7 @@ class RepoGroup { /** * Find all instances of files with this key * - * @param string $hash base 36 SHA-1 hash + * @param string $hash Base 36 SHA-1 hash * @return array Array of File objects */ function findBySha1( $hash ) { @@ -292,7 +292,7 @@ class RepoGroup { /** * Find all instances of files with this keys * - * @param array $hashes base 36 SHA-1 hashes + * @param array $hashes Base 36 SHA-1 hashes * @return array Array of array of File objects */ function findBySha1s( array $hashes ) { @@ -420,7 +420,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 array Containing repo, zone and rel */ function splitVirtualUrl( $url ) { if ( substr( $url, 0, 9 ) != 'mwrepo://' ) {