CodeIgniter4 icon indicating copy to clipboard operation
CodeIgniter4 copied to clipboard

docs: fix doc comments for Router

Open kenjis opened this issue 1 year ago • 1 comments

Description

  • small fix

Checklist:

  • [x] Securely signed commits
  • [x] Component(s) with PHPDoc blocks, only if necessary or adds value
  • [] Unit testing, with >80% coverage
  • [] User guide updated
  • [x] Conforms to style guide

kenjis avatar Aug 27 '24 00:08 kenjis

It returns "Controller classname or Closure", but I don't know why this method needs to return. Because we have controllerName() for that purpose.

kenjis avatar Aug 27 '24 02:08 kenjis