internal: fix phpstan errors

This commit is contained in:
2023-10-05 16:10:30 +07:00
parent fd321739d8
commit 18359e6dec
7 changed files with 50 additions and 26 deletions

View File

@@ -56,6 +56,11 @@ final class CloverMergeCommand extends CliCommand
}
/**
* @param array<array-key, string> $files
* @param string $output
* @param string|null $workdir
* @param bool $stats
* @return int
* @throws ExecuteException
*/
public function execute(array $files, string $output, ?string $workdir, bool $stats): int