Skip to content

Commit 8b7d801

Browse files
authored
fix: add void return type to Toolbar::prepare() for CI4.7 compatibility (#89)
1 parent 3270be7 commit 8b7d801

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Debug/Toolbar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Toolbar extends BaseToolbar
2020
*
2121
* @psalm-suppress UndefinedClass
2222
*/
23-
public function prepare(?RequestInterface $request = null, ?ResponseInterface $response = null)
23+
public function prepare(?RequestInterface $request = null, ?ResponseInterface $response = null): void
2424
{
2525
/**
2626
* @var IncomingRequest|null $request

0 commit comments

Comments
 (0)