mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
fix(richobjectstrings): Improve array type
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
c3c8b7e2a3
commit
5faa6e48e5
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ class Validator implements IValidator {
|
|||
|
||||
/**
|
||||
* @param string $subject
|
||||
* @param array<non-empty-string, array> $parameters
|
||||
* @param array<non-empty-string, array<non-empty-string, string>> $parameters
|
||||
* @throws InvalidObjectExeption
|
||||
* @since 11.0.0
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ interface IValidator {
|
|||
|
||||
/**
|
||||
* @param string $subject
|
||||
* @param array<non-empty-string, array> $parameters
|
||||
* @param array<non-empty-string, array<non-empty-string, string>> $parameters
|
||||
* @throws InvalidObjectExeption
|
||||
* @since 11.0.0
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue