Skip to content

Commit

Permalink
Add type declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jun 6, 2019
1 parent 86d9c14 commit 03178c4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Util/Log/TeamCity.php
Original file line number Diff line number Diff line change
Expand Up @@ -275,11 +275,7 @@ protected function writeProgress(string $progress): void
{
}

/**
* @param string $eventName
* @param array $params
*/
private function printEvent($eventName, $params = []): void
private function printEvent(string $eventName, array $params = []): void
{
$this->write("\n##teamcity[$eventName");

Expand Down

0 comments on commit 03178c4

Please sign in to comment.