mirror of
https://github.com/Dannecron/coverage-merger.git
synced 2025-12-26 08:12:36 +03:00
internal: fix phpstan errors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user