chore: style changes

This commit is contained in:
Nuno Maduro
2023-01-01 20:27:38 +00:00
parent 78b3c41825
commit b8ac4968ee
4 changed files with 9 additions and 19 deletions

View File

@ -194,7 +194,7 @@ final class TeamCity extends DefaultResultPrinter
}
$this->printEvent(self::TEST_STARTED, [
self::NAME => $test->getName(),
self::NAME => $test->getName(),
// @phpstan-ignore-next-line
self::LOCATION_HINT => self::PROTOCOL . $test->toString(),
]);