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