mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-10 12:34:28 +02:00
Apply suggestions from code review
Switch to `isWritable` Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
90a5814a7f
commit
36e21cacc9
9 changed files with 26 additions and 26 deletions
|
@ -66,7 +66,7 @@ interface IManageConfigValues
|
|||
*
|
||||
* @return bool true, if set is disabled
|
||||
*/
|
||||
public function isSetDisabled(string $cat, string $key): bool;
|
||||
public function isWritable(string $cat, string $key): bool;
|
||||
|
||||
/**
|
||||
* Sets a configuration value for system config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue