]> source.dussan.org Git - nextcloud-server.git/commitdiff
Document new throw possibility in SetupResult
authorCôme Chilliet <come.chilliet@nextcloud.com>
Tue, 9 Jan 2024 15:46:42 +0000 (16:46 +0100)
committerJohn Molakvoæ <skjnldsv@protonmail.com>
Mon, 15 Jan 2024 14:11:58 +0000 (15:11 +0100)
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
lib/public/SetupCheck/SetupResult.php

index 7d30b8eaff9c41a8d04681e39670e476d8bb996d..835cbe8b4a2c3433dd042a87dcec388c3f62b193 100644 (file)
@@ -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,