mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
Merge pull request #660 from fabio-ivona/phpstan-fix
[2.x] Fix missing parameter to `Style→writeRecap()` method
This commit is contained in:
@ -211,7 +211,7 @@ final class TeamCityLogger
|
||||
);
|
||||
}
|
||||
|
||||
$style->writeRecap($state, $telemetry);
|
||||
$style->writeRecap($state, $telemetry, $result);
|
||||
}
|
||||
|
||||
public function output(ServiceMessage $message): void
|
||||
|
||||
Reference in New Issue
Block a user