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 02d8b71 commit 9c7e7aaCopy full SHA for 9c7e7aa
src/Clipboard.php
@@ -41,7 +41,7 @@ public function html($html = null): string
41
return $html;
42
}
43
44
- public function image($image = null): string|null
+ public function image($image = null): ?string
45
{
46
if (is_null($image)) {
47
return $this->client->get('clipboard/image')->json('image');
0 commit comments