mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
fix(SetupCheck): Restrict SetupResult rich object parameters type
Signed-off-by: provokateurin <kate@provokateurin.de>
This commit is contained in:
@@ -45,6 +45,7 @@ class SetupResult implements \JsonSerializable {
|
||||
/**
|
||||
* @brief Private constructor, use success()/info()/warning()/error() instead
|
||||
* @param self::SUCCESS|self::INFO|self::WARNING|self::ERROR $severity
|
||||
* @param array<string, array<string, string>> $descriptionParameters
|
||||
* @throws \OCP\RichObjectStrings\InvalidObjectExeption
|
||||
* @since 28.0.0
|
||||
* @since 28.0.2 Optional parameter ?array $descriptionParameters
|
||||
|
||||
Reference in New Issue
Block a user