diff options
Diffstat (limited to 'core/ResponseDefinitions.php')
-rw-r--r-- | core/ResponseDefinitions.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/ResponseDefinitions.php b/core/ResponseDefinitions.php index 3a84ed60a4b..4c14aea8cf0 100644 --- a/core/ResponseDefinitions.php +++ b/core/ResponseDefinitions.php @@ -72,7 +72,7 @@ namespace OCA\Core; * * @psalm-type CoreResource = array{ * richObjectType: string, - * richObject: array<string, mixed>, + * richObject: array<string, ?mixed>, * openGraphObject: CoreOpenGraphObject, * accessible: bool, * } @@ -85,7 +85,7 @@ namespace OCA\Core; * * @psalm-type CoreReference = array{ * richObjectType: string, - * richObject: array<string, mixed>, + * richObject: array<string, ?mixed>, * openGraphObject: CoreOpenGraphObject, * accessible: bool, * } |