diff --git a/src/Aura/Router/Route.php b/src/Aura/Router/Route.php index 8a089007..5be4da17 100644 --- a/src/Aura/Router/Route.php +++ b/src/Aura/Router/Route.php @@ -156,7 +156,7 @@ class Route * * All param matches found in the path during the `isMatch()` process. * - * @var string + * @var array * * @see isMatch() *