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 2bd2887 commit 36abbb6Copy full SHA for 36abbb6
src/Screen.php
@@ -18,12 +18,12 @@ public function displays(): array
18
return $this->client->get('screen/displays')->json('displays');
19
}
20
21
- public function primary(): object
+ public function primary(): array
22
{
23
return $this->client->get('screen/primary-display')->json('primaryDisplay');
24
25
26
- public function active(): object
+ public function active(): array
27
28
return $this->client->get('screen/active')->json();
29
0 commit comments