mirror of
https://github.com/friendica/friendica
synced 2025-04-27 07:50:10 +00:00
adapt minor changers / fix tests
This commit is contained in:
parent
73aaedac97
commit
c2d11328cc
3 changed files with 6 additions and 6 deletions
|
@ -59,12 +59,12 @@ interface IManageConfigValues
|
|||
public function get(string $cat, string $key = null, $default_value = null);
|
||||
|
||||
/**
|
||||
* Returns true, if the current config cannot be changed
|
||||
* Returns true, if the current config can be changed
|
||||
*
|
||||
* @param string $cat The category of the configuration value
|
||||
* @param string $key The configuration key to query
|
||||
*
|
||||
* @return bool true, if set is disabled
|
||||
* @return bool true, if writing is possible
|
||||
*/
|
||||
public function isWritable(string $cat, string $key): bool;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue