chore: update styling

This commit is contained in:
nuno maduro
2026-03-10 21:06:28 +00:00
parent f7015fe59c
commit 2a80101f42
32 changed files with 92 additions and 54 deletions

View File

@ -200,7 +200,7 @@ final class TeamCityLogger
public function testFinished(Finished $event): void
{
if (! $this->time instanceof \PHPUnit\Event\Telemetry\HRTime) {
if (! $this->time instanceof HRTime) {
throw ShouldNotHappen::fromMessage('Start time has not been set.');
}