diff --git a/libraries/File.class.php b/libraries/File.class.php index bcdcb1e56e..98c1f08f8e 100644 --- a/libraries/File.class.php +++ b/libraries/File.class.php @@ -159,7 +159,8 @@ class PMA_File /** * Gets file content * - * @return string binary file content + * @return mixed the binary file content as a string, + * or false if no content * * @access public */