We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 684e478 commit 563ef33Copy full SHA for 563ef33
1 file changed
system/Router/RouteCollection.php
@@ -409,7 +409,7 @@ public function setAutoRoute(bool $value): RouteCollectionInterface
409
*
410
* This setting is passed to the Router class and handled there.
411
412
- * @param callable|null $callable
+ * @param callable|string|null $callable
413
*/
414
public function set404Override($callable = null): RouteCollectionInterface
415
{
0 commit comments