Skip to content

Commit 893ac52

Browse files
committed
Fix "VoidMessageBoxExtension"
1 parent 28646c9 commit 893ac52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Api/MessageBox/Driver/VoidMessageBoxExtension.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44

55
namespace Boson\Api\MessageBox\Driver;
66

7+
use Boson\Api\MessageBox\MessageBoxCreateInfo;
78
use Boson\Api\MessageBox\MessageBoxExtensionInterface;
89

910
final readonly class VoidMessageBoxExtension implements MessageBoxExtensionInterface
1011
{
11-
public function create(string $title, string $body): never
12+
public function create(MessageBoxCreateInfo $info): never
1213
{
1314
throw new \RuntimeException('Unsupported operating system');
1415
}

0 commit comments

Comments
 (0)