Skip to content

Commit 7824b5c

Browse files
committed
consistency
1 parent 27cc28b commit 7824b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Windows/WindowManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function close($id = null)
2525

2626
public function hide($id = null)
2727
{
28-
return $this->client->post('window/hide', [
28+
$this->client->post('window/hide', [
2929
'id' => $id ?? $this->detectId(),
3030
]);
3131
}

0 commit comments

Comments
 (0)