We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3324e7 commit 679ba59Copy full SHA for 679ba59
system/Router/Router.php
@@ -241,7 +241,7 @@ public function getFilters(): array
241
}
242
243
/**
244
- * Returns the name of the matched controller.
+ * Returns the name of the matched controller or closure.
245
*
246
* @return (Closure(mixed...): (ResponseInterface|string|void))|string Controller classname or Closure
247
*/
@@ -254,7 +254,7 @@ public function controllerName()
254
255
256
* Returns the name of the method to run in the
257
- * chosen container.
+ * chosen controller.
258
259
public function methodName(): string
260
{
0 commit comments