mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/15342] Fix docblock
PHPBB3-15342
This commit is contained in:
parent
0cc77d2c99
commit
6d2aae5853
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue