mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Document new throw possibility in SetupResult
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
9e4eb34a46
commit
6fc224dfce
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue