diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2023-07-18 20:18:42 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2023-07-18 20:18:42 +0200 |
commit | a06e8bfaee7de3bc8c2691e8d6462a52d5345e09 (patch) | |
tree | aff30b4adc103ab515436339c13456750e750f91 /Zotlabs/Zot6/Zot6Handler.php | |
parent | 330add963dbe2195e0613f35b8f63c15eee585a0 (diff) | |
download | volse-hubzilla-a06e8bfaee7de3bc8c2691e8d6462a52d5345e09.tar.gz volse-hubzilla-a06e8bfaee7de3bc8c2691e8d6462a52d5345e09.tar.bz2 volse-hubzilla-a06e8bfaee7de3bc8c2691e8d6462a52d5345e09.zip |
Zotlabs: Improve type safety for AccessList class.
Add type annotations for constructor and set* methods, and throw an
exception if the passed in arrays are missing required keys. This means
that both invalid input types and missing keys will throw and exception
rather than just die with a runtime error.
There's not checks to verify that the contents of the required array
keys are valid or make sense, though. They are just assigned, and
returned as is by the get method when requested.
Also, the set_from_array method is not well tested at the moment.
Diffstat (limited to 'Zotlabs/Zot6/Zot6Handler.php')
0 files changed, 0 insertions, 0 deletions