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 7839fcf commit fc7a859Copy full SHA for fc7a859
src/Screen.php
@@ -31,7 +31,7 @@ public function primary(): object
31
return $this->client->get("screen/primary-display")->json("primaryDisplay");
32
}
33
34
- public function active(): object|null|array
+ public function active(): object
35
{
36
return $this->client->get("screen/active")->json();
37
0 commit comments