Skip to content

Commit fc7a859

Browse files
committed
type fix
1 parent 7839fcf commit fc7a859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Screen.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function primary(): object
3131
return $this->client->get("screen/primary-display")->json("primaryDisplay");
3232
}
3333

34-
public function active(): object|null|array
34+
public function active(): object
3535
{
3636
return $this->client->get("screen/active")->json();
3737
}

0 commit comments

Comments
 (0)