Skip to content

Commit 86f97ee

Browse files
simonhampgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 7816206 commit 86f97ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Dock.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ public function cancelBounce()
4343
$this->client->post('dock/cancel-bounce');
4444
}
4545

46-
public function badge(string $label = null): void | string
46+
public function badge(?string $label = null): void|string
4747
{
4848
if (is_null($label)) {
49-
return $this->client-get('dock/badge');
49+
return $this->client - get('dock/badge');
5050
}
5151

5252
$this->client->post('dock/badge', ['label' => $label]);

0 commit comments

Comments
 (0)