[ticket/15342] Fix docblock

PHPBB3-15342
This commit is contained in:
Rubén Calvo 2018-06-29 14:01:24 +02:00
parent 0cc77d2c99
commit 6d2aae5853

View file

@ -333,7 +333,7 @@ class upload
/** /**
* Check if there is enough free space available on disk * 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() protected function check_disk_space()
{ {