tests: types

This commit is contained in:
Nuno Maduro
2020-05-29 22:35:20 +02:00
parent 2e7ed741b6
commit 1f2976c0e0

View File

@ -15,5 +15,5 @@ interface AddsOutput
/** /**
* Allows to add custom output after the test suite was executed. * 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;
} }