mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/15342] Fix docblock
PHPBB3-15342
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
@@ -425,12 +425,8 @@ class local implements adapter_interface, stream_interface
|
||||
return generate_board_url() . $this->path . $path;
|
||||
}
|
||||
|
||||
/*
|
||||
* Get space available in bytes.
|
||||
*
|
||||
* @throws \phpbb\storage\exception\exception When can't get available space
|
||||
*
|
||||
* @return int Returns available space
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function free_space()
|
||||
{
|
||||
|
Reference in New Issue
Block a user