mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
tests: types
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user