Skip to content

Commit 8c79b74

Browse files
committed
Bugfixes
1 parent 77da37e commit 8c79b74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Pecee/SimpleRouter/SimpleRouter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ class SimpleRouter
4141

4242
/**
4343
* The response object
44-
* @var Response
44+
* @var Response|null
4545
*/
46-
protected static Response $response;
46+
protected static ?Response $response = null;
4747

4848
/**
4949
* Router instance

0 commit comments

Comments
 (0)