chore: fixes types

This commit is contained in:
Nuno Maduro
2024-01-25 14:07:51 +00:00
parent 1eee9df679
commit 2d82ee2837

View File

@ -82,6 +82,7 @@ final class Kernel
/** /**
* Runs the application, and returns the exit code. * Runs the application, and returns the exit code.
* *
* @param array<int, string> $originalArguments
* @param array<int, string> $arguments * @param array<int, string> $arguments
*/ */
public function handle(array $originalArguments, array $arguments): int public function handle(array $originalArguments, array $arguments): int