From 5fa2717c67592302853881cc098ac0ff50d937d5 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Mon, 28 Jul 2014 19:04:51 +0200 Subject: [PATCH] Specifiy mixed doc param in FSFile Change-Id: I406e46da6ece2e2f9436783a0280afa7cfa9807c --- includes/filebackend/FSFile.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/filebackend/FSFile.php b/includes/filebackend/FSFile.php index 29fa875d59..47bacb5304 100644 --- a/includes/filebackend/FSFile.php +++ b/includes/filebackend/FSFile.php @@ -98,7 +98,7 @@ class FSFile { * Get an associative array containing information about * a file with the given storage path. * - * @param mixed $ext The file extension, or true to extract it from the filename. + * @param string|bool $ext The file extension, or true to extract it from the filename. * Set it to false to ignore the extension. * * @return array @@ -238,7 +238,7 @@ class FSFile { * Get an associative array containing information about a file in the local filesystem. * * @param string $path Absolute local filesystem path - * @param mixed $ext The file extension, or true to extract it from the filename. + * @param string|bool $ext The file extension, or true to extract it from the filename. * Set it to false to ignore the extension. * @return array */ -- 2.20.1