Specifiy mixed doc param in FSFile
authorumherirrender <umherirrender_de.wp@web.de>
Mon, 28 Jul 2014 17:04:51 +0000 (19:04 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Mon, 28 Jul 2014 17:04:51 +0000 (19:04 +0200)
Change-Id: I406e46da6ece2e2f9436783a0280afa7cfa9807c

includes/filebackend/FSFile.php

index 29fa875..47bacb5 100644 (file)
@@ -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
         */