From 2d82ee2837b986ebcb3e4735d2974b3a62ae1269 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Thu, 25 Jan 2024 14:07:51 +0000 Subject: [PATCH] chore: fixes types --- src/Kernel.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Kernel.php b/src/Kernel.php index 38f82d93..7fc94796 100644 --- a/src/Kernel.php +++ b/src/Kernel.php @@ -82,6 +82,7 @@ final class Kernel /** * Runs the application, and returns the exit code. * + * @param array $originalArguments * @param array $arguments */ public function handle(array $originalArguments, array $arguments): int