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

[ticket/15342] free_space return float and throws exception

PHPBB3-15342
This commit is contained in:
Rubén Calvo
2018-07-09 15:27:16 +02:00
parent 117d9e69ce
commit e5d8b1600b
3 changed files with 10 additions and 4 deletions

View File

@@ -99,7 +99,9 @@ interface adapter_interface
/*
* Get space available in bytes.
*
* @return mixed Returns available space or false when unable to retrieve available space
* @throws \phpbb\storage\exception\exception When unable to retrieve available storage space
*
* @return float Returns available space
*/
public function free_space();
}