diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-01-09 16:46:42 +0100 |
---|---|---|
committer | Côme Chilliet <91878298+come-nc@users.noreply.github.com> | 2024-01-11 14:03:55 +0100 |
commit | 6fc224dfce04122dc131aa9a900c2592cc2d8b4d (patch) | |
tree | ec95d1de4ad632d5fd36fa5adab53e5e3649c0a5 /lib/public | |
parent | 9e4eb34a46117ad1da099c069cddb77cf3787b5f (diff) | |
download | nextcloud-server-6fc224dfce04122dc131aa9a900c2592cc2d8b4d.tar.gz nextcloud-server-6fc224dfce04122dc131aa9a900c2592cc2d8b4d.zip |
Document new throw possibility in SetupResult
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/SetupCheck/SetupResult.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/SetupCheck/SetupResult.php b/lib/public/SetupCheck/SetupResult.php index 7d30b8eaff9..835cbe8b4a2 100644 --- a/lib/public/SetupCheck/SetupResult.php +++ b/lib/public/SetupCheck/SetupResult.php @@ -49,6 +49,7 @@ class SetupResult implements \JsonSerializable { * @param self::SUCCESS|self::INFO|self::WARNING|self::ERROR $severity * @since 28.0.0 * @since 28.0.2 Optional parameter ?array $descriptionParameters + * @since 28.0.2 throws \OCP\RichObjectStrings\InvalidObjectExeption */ private function __construct( private string $severity, |