From 6d2aae5853ae15fcb036a88bdc3a539b50e87740 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Calvo?= Date: Fri, 29 Jun 2018 14:01:24 +0200 Subject: [PATCH] [ticket/15342] Fix docblock PHPBB3-15342 --- phpBB/phpbb/attachment/upload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/phpbb/attachment/upload.php b/phpBB/phpbb/attachment/upload.php index b4e59f5c1f..592712c643 100644 --- a/phpBB/phpbb/attachment/upload.php +++ b/phpBB/phpbb/attachment/upload.php @@ -333,7 +333,7 @@ class upload /** * Check if there is enough free space available on disk * - * @return bool True if disk space is available or can't get it, false if not + * @return bool True if disk space is available or not limited, false if not */ protected function check_disk_space() {