mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-11 02:22:16 +00:00
Development
- Better php7 support. - Added easier way to debug router. - Improvements and bugfixes. - Updated documentation.
This commit is contained in:
@@ -17,6 +17,6 @@ interface IControllerRoute extends IRoute
|
||||
* @param string $controller
|
||||
* @return static
|
||||
*/
|
||||
public function setController($controller): self;
|
||||
public function setController(string $controller): self;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user