8000 Fix styling · mehulgarg201/laravel@9c7e7aa · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c7e7aa

Browse files
mpociotgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 02d8b71 commit 9c7e7aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Clipboard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function html($html = null): string
4141
return $html;
4242
}
4343

44-
public function image($image = null): string|null
44+
public function image($image = null): ?string
4545
{
4646
if (is_null($image)) {
4747
return $this->client->get('clipboard/image')->json('image');

0 commit comments

Comments
 (0)
0