1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/15342] Fix docblock

PHPBB3-15342
This commit is contained in:
Rubén Calvo
2018-06-25 17:35:01 +02:00
parent 238247b5fc
commit db9daf1dea
3 changed files with 14 additions and 7 deletions

View File

@@ -99,7 +99,7 @@ interface adapter_interface
/*
* Get space available in bytes.
*
* @throws \phpbb\storage\exception\exception When can't get available space
* @throws \phpbb\storage\exception\exception When unable to retrieve available storage spac
*
* @return int Returns available space
*/