diff --git a/src/Contracts/Plugins/AddsOutput.php b/src/Contracts/Plugins/AddsOutput.php index 82c7d6bd..543eace9 100644 --- a/src/Contracts/Plugins/AddsOutput.php +++ b/src/Contracts/Plugins/AddsOutput.php @@ -15,5 +15,5 @@ interface AddsOutput /** * Allows to add custom output after the test suite was executed. */ - public function addOutput(TestSuite $testSuite, OutputInterface $output, int $testReturnCode): void; + public function addOutput(TestSuite $testSuite, OutputInterface $output, int $testReturnCode): int; }