-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
IConfig: PHP 7.4, global default values #33051
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
||
| public function getAppValueArray(string $key): array { | ||
| } | ||
|
|
Check failure
Code scanning / Psalm
InvalidReturnType
|
|
||
|
|
||
|
|
||
|
|
Check failure
Code scanning / Psalm
InvalidReturnType
|
|
||
| public function getUserValueBool(string $userId, string $key): bool { | ||
| } | ||
|
|
Check failure
Code scanning / Psalm
InvalidReturnType
|
|
||
| public function getUserValueArray(string $userId, string $key): array { | ||
| } | ||
|
|
Check failure
Code scanning / Psalm
InvalidReturnType
|
|
||
|
|
||
| public function deleteUserValue(string $userId, string $key): void { | ||
| $this->config->deleteUserValue($userId, $this->appName, $key); |
Check failure
Code scanning / Psalm
InvalidReturnType
Signed-off-by: Maxence Lange <[email protected]>
1fbb8eb to
7c56fcf
Compare
WIP
setAppDefaultValues(),setUserDefaultValues(),setSystemDefaultValues()setAppValueInt(),setAppValueBool(),setAppValueArray()getAppValueInt(),getAppValueBool(),getAppValueArray()setUserValueInt(),setUserValueBool(),setUserAppValueArray()getUserValueInt(),getUserValueBool(),getUserAppValueArray()setValue()method