all-in-one/php/src/Data
Pablo Zmdl e40ce75759 Make aio-variables code more robust and psalm-compatible
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>
2026-01-26 10:50:55 +01:00
..
ConfigurationManager.php Make aio-variables code more robust and psalm-compatible 2026-01-26 10:50:55 +01:00
DataConst.php fix some paths and seccompprofile 2025-11-10 15:29:22 +01:00
InvalidSettingConfigurationException.php Initial import 2021-11-30 11:20:42 +01:00
Setup.php Make password an attribute 2026-01-26 10:50:54 +01:00