Merge pull request #5394 from MrPetovan/bug/fix-config-set-return-value

Change (P)Config::set return value to bool
This commit is contained in:
Michael Vogel 2018-07-18 11:07:10 +02:00 committed by GitHub
commit 2fa6cc0000
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 4 additions and 6 deletions

View file

@ -107,7 +107,7 @@ class PConfig extends BaseObject
* @param string $key The configuration key to set
* @param string $value The value to store
*
* @return mixed Stored $value or false
* @return bool Operation success
*/
public static function set($uid, $family, $key, $value)
{