diff --git a/flight/Flight.php b/flight/Flight.php index f34c975..34b7bd5 100644 --- a/flight/Flight.php +++ b/flight/Flight.php @@ -1,7 +1,5 @@ $group_middlewares The middlewares to be applied to the group Ex: [ $middleware1, $middleware2 ] + * @param array $group_middlewares The middlewares to be + * applied to the group Ex: [ $middleware1, $middleware2 ] */ public function group(string $group_prefix, callable $callback, array $group_middlewares = []): void { diff --git a/flight/template/View.php b/flight/template/View.php index 7d08623..d0c5f3b 100644 --- a/flight/template/View.php +++ b/flight/template/View.php @@ -1,7 +1,5 @@