From 770d246e29460ee3df6ef6574393a7629b36d968 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Tue, 23 Jun 2026 14:09:34 -0400 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- tests/server_v2/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/server_v2/index.php b/tests/server_v2/index.php index edd0cb6..63bd73a 100644 --- a/tests/server_v2/index.php +++ b/tests/server_v2/index.php @@ -29,7 +29,7 @@ Flight::route('/', function () { }); Flight::route('/querytestpath', function () { - echo 'Route text: This ir query route
'; + echo 'Route text: This is query route
'; echo 'I got such query parameters:
';
     print_r(Flight::request()->query);
     echo '
';