diff --git a/tests/modules/composer_stager_bypass/src/Committer.php b/tests/modules/composer_stager_bypass/src/Committer.php index af67de06135a00da66e381eb5bc455c6fc6f76a8..0b309d96b44ebdeb1a88739507253a97f945ffd1 100644 --- a/tests/modules/composer_stager_bypass/src/Committer.php +++ b/tests/modules/composer_stager_bypass/src/Committer.php @@ -30,7 +30,7 @@ class Committer implements CommitterInterface { /** * {@inheritdoc} */ - public function commit(string $stagingDir, string $activeDir, ?ProcessOutputCallbackInterface $callback = NULL, ?int $timeout = 120): void { + public function commit(string $stagingDir, string $activeDir, ?array $exclusions = [], ?ProcessOutputCallbackInterface $callback = NULL, ?int $timeout = 120): void { } /**