mirror of
https://github.com/friendica/friendica
synced 2025-04-28 00:30:10 +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
|
@ -95,7 +95,7 @@ class Config extends BaseObject
|
|||
* @param string $key The configuration key to set
|
||||
* @param mixed $value The value to store
|
||||
*
|
||||
* @return mixed Stored $value or false if the database update failed
|
||||
* @return bool Operation success
|
||||
*/
|
||||
public static function set($family, $key, $value)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue