From: Aaron Schulz Date: Thu, 29 Aug 2019 05:32:59 +0000 (-0700) Subject: filebackend: fix @throws comment in FileBackend::makeContentDisposition() X-Git-Tag: 1.34.0-rc.0~499^2 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=b4640b643c7ffefce19f8c9b0bfc2b5b4a8e6a8c;p=lhc%2Fweb%2Fwiklou.git filebackend: fix @throws comment in FileBackend::makeContentDisposition() Change-Id: I653b0c9b28939a0976328ed1de6444dd38b7fa55 --- diff --git a/includes/libs/filebackend/FileBackend.php b/includes/libs/filebackend/FileBackend.php index 4cacb7af63..d1655b55ad 100644 --- a/includes/libs/filebackend/FileBackend.php +++ b/includes/libs/filebackend/FileBackend.php @@ -1526,7 +1526,7 @@ abstract class FileBackend implements LoggerAwareInterface { * * @param string $type One of (attachment, inline) * @param string $filename Suggested file name (should not contain slashes) - * @throws FileBackendError + * @throws InvalidArgumentException * @return string * @since 1.20 */