mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/15342] Fix comments
PHPBB3-15342
This commit is contained in:
parent
0e0e157e87
commit
117d9e69ce
2 changed files with 3 additions and 3 deletions
|
@ -99,7 +99,7 @@ interface adapter_interface
|
||||||
/*
|
/*
|
||||||
* Get space available in bytes.
|
* 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();
|
public function free_space();
|
||||||
}
|
}
|
||||||
|
|
|
@ -43,7 +43,7 @@ class storage
|
||||||
protected $factory;
|
protected $factory;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var stringshould be caste
|
* @var string
|
||||||
*/
|
*/
|
||||||
protected $storage_name;
|
protected $storage_name;
|
||||||
|
|
||||||
|
@ -392,7 +392,7 @@ class storage
|
||||||
*
|
*
|
||||||
* @throws \phpbb\storage\exception\exception When can't get available space
|
* @throws \phpbb\storage\exception\exception When can't get available space
|
||||||
*
|
*
|
||||||
* @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()
|
public function free_space()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue