mirror of
https://github.com/friendica/friendica
synced 2025-04-25 20:30:11 +00:00
Change (P)Config::set return value to bool
This commit is contained in:
parent
e0ecbd0b95
commit
0f7c7cebeb
6 changed files with 4 additions and 6 deletions
|
@ -57,7 +57,7 @@ interface IPConfigAdapter
|
|||
* @param string $k The configuration key to set
|
||||
* @param string $value The value to store
|
||||
*
|
||||
* @return mixed Stored $value or false
|
||||
* @return bool Operation success
|
||||
*/
|
||||
public function set($uid, $cat, $k, $value);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue