We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e0304 commit 7471fa5Copy full SHA for 7471fa5
src/MediaType/ResourceHandler.php
@@ -40,9 +40,9 @@ class ResourceHandler
40
/**
41
* Resource icon information.
42
*
43
- * @var object|null $icon_info
+ * @var array|null $icon_info
44
*/
45
- public ?object $icon_info = null;
+ public ?array $icon_info = null;
46
47
48
* Resource messages.
src/Platform.php
@@ -105,9 +105,9 @@ class Platform
105
106
* The tool proxy.
107
108
- * @var object|null $toolProxy
+ * @var string|null $toolProxy
109
110
- public ?object $toolProxy = null;
+ public ?string $toolProxy = null;
111
112
113
* Platform GUID (as reported by first platform connection).
0 commit comments