Merge "filebackend: fix @throws comment in FileBackend::makeContentDisposition()"
[lhc/web/wiklou.git] / includes / libs / filebackend / FileBackend.php
index 72200a8..905e925 100644 (file)
@@ -1548,7 +1548,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
         */