From 1d810b6c78f62b8d415587827817772769ddf30b Mon Sep 17 00:00:00 2001 From: Austin Collier Date: Fri, 9 Feb 2024 08:16:03 -0700 Subject: [PATCH] fixed leftover variable --- flight/core/Dispatcher.php | 1 - 1 file changed, 1 deletion(-) diff --git a/flight/core/Dispatcher.php b/flight/core/Dispatcher.php index 4406ae7..6af0d66 100644 --- a/flight/core/Dispatcher.php +++ b/flight/core/Dispatcher.php @@ -71,7 +71,6 @@ class Dispatcher /** * @param array &$params - * @param mixed &$output * * @return void|mixed * @throws Exception