mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-05 21:37:58 +00:00
Now the input gets checked for being useful. It's user-generated data in the end, which might be "funny" in curious ways. psalm complained about the possibly unset second array key in the destructuring assignment of `$key` and `$value`, which won't happen due to the check for a present equal sign earlier, but nonetheless this way the code is more robust. Signed-off-by: Pablo Zmdl <pablo@nextcloud.com> |
||
|---|---|---|
| .. | ||
| ConfigurationManager.php | ||
| DataConst.php | ||
| InvalidSettingConfigurationException.php | ||
| Setup.php | ||