joomlatools-pages
joomlatools-pages copied to clipboard
Router typehint issue
When $router->generate()
calls fail it returns false
here: https://github.com/joomlatools/joomlatools-pages//blob/master/code/dispatcher/http.php#L207
This value is passed to $router->qualify
directly but it only accepts ComPagesDispatcherRouterRoute
and not booleans.