mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 08:47:52 +00:00
Merge pull request #647 from skipperbent/v5-development
Fixed Response not initialized + incorrect phpDoc.
This commit is contained in:
@@ -41,9 +41,9 @@ class SimpleRouter
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The response object
|
* The response object
|
||||||
* @var Response
|
* @var Response|null
|
||||||
*/
|
*/
|
||||||
protected static Response $response;
|
protected static ?Response $response = null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Router instance
|
* Router instance
|
||||||
|
|||||||
Reference in New Issue
Block a user