Skip to content

Commit 563ef33

Browse files
committed
docs: fix @param in RouteCollection
1 parent 684e478 commit 563ef33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Router/RouteCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ public function setAutoRoute(bool $value): RouteCollectionInterface
409409
*
410410
* This setting is passed to the Router class and handled there.
411411
*
412-
* @param callable|null $callable
412+
* @param callable|string|null $callable
413413
*/
414414
public function set404Override($callable = null): RouteCollectionInterface
415415
{

0 commit comments

Comments
 (0)