docs: update comment

This commit is contained in:
kenjis 2022-02-15 15:41:39 +09:00
parent 2822a186f6
commit f664e0a67f
No known key found for this signature in database
GPG Key ID: BD254878922AF198

View File

@ -638,7 +638,7 @@ class Router implements RouterInterface
*/
protected function setRequest(array $segments = [])
{
// If we don't have any segments - try the default controller;
// If we don't have any segments - use the default controller;
if (empty($segments)) {
return;
}