|
|
|
|
@ -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,
|
|
|
|
|
* }
|
|
|
|
|
|