1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/15342] Fix comments

PHPBB3-15342
This commit is contained in:
Rubén Calvo
2018-07-09 01:56:31 +02:00
parent 0e0e157e87
commit 117d9e69ce
2 changed files with 3 additions and 3 deletions

View File

@@ -99,7 +99,7 @@ interface adapter_interface
/*
* Get space available in bytes.
*
* @return mixed Returns available space or null when unable to retrieve available space
* @return mixed Returns available space or false when unable to retrieve available space
*/
public function free_space();
}