Compare commits

...

2 Commits

Author SHA1 Message Date
Simon Sessingø fadb783d3c Merge pull request #647 from skipperbent/v5-development
Fixed Response not initialized + incorrect phpDoc.
2023-04-02 03:24:14 +02:00
sessingo 8c79b74e14 Bugfixes 2023-04-02 03:22:38 +02:00
+2 -2
View File
@@ -41,9 +41,9 @@ class SimpleRouter
/**
* The response object
* @var Response
* @var Response|null
*/
protected static Response $response;
protected static ?Response $response = null;
/**
* Router instance