X-Git-Url: https://git.cyclocoop.org/%28%28?a=blobdiff_plain;f=includes%2Ffilerepo%2FForeignAPIRepo.php;h=45a5c8247f7d42be292bec3628e6b1de134e0f03;hb=50495b4f4e356882dd464685cc6f32b415371233;hp=56ccc64499af9a0871bcddd8b5934882935be52e;hpb=783e689d7d06ed4e5509c716a22e99769eee3e29;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/filerepo/ForeignAPIRepo.php b/includes/filerepo/ForeignAPIRepo.php index 56ccc64499..45a5c8247f 100644 --- a/includes/filerepo/ForeignAPIRepo.php +++ b/includes/filerepo/ForeignAPIRepo.php @@ -257,7 +257,7 @@ class ForeignAPIRepo extends FileRepo { * @param string $name * @param int $width * @param int $height - * @param array $result Out parameter that will be changed by the function. + * @param array &$result * @param string $otherParams * * @return bool @@ -511,7 +511,7 @@ class ForeignAPIRepo extends FileRepo { * @param string $url * @param string $timeout * @param array $options - * @param integer|bool &$mtime Resulting Last-Modified UNIX timestamp if received + * @param int|bool &$mtime Resulting Last-Modified UNIX timestamp if received * @return bool|string */ public static function httpGet(