code style: ptln removed, useradmin cleanup
coding style: control flow line breaks
coding style: control flow whitespaces
update some plugin classes in phpdocs, reformatting
recover comments in list
codestyle adjustments: function declaration braces/spaces
Apply rector renames
Apply remaining rector fixes to lib
Apply rector fixes to the rest of lib/plugin
translation update
add needed type hints for phpunit8This will break a lot of plugin tests, but can't be avoided
usermanager CLI: more cleanup
usermanager CLI: use success messagesThis makes it more consistent with the other tools
usermanager CLI: fix parameter order for creating users
usermanager CLI: catch plugin signalled error messagesPlugins may prevent user modifications and will use msg() to tell why.This will catch the messages and print them on CLI as well
abort early when no auth backend is available
type hints and cleanup
12345678910>>...36