Skip to content

Commit

Permalink
Fix: fix transpiling
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage committed Aug 19, 2021
1 parent 3603a39 commit 26a7209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Configuration/UnleashContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function getHostname(): ?string
return $this->findContextValue('hostname') ?? (gethostname() ?: null);
}

public function setHostname(?string $hostname): self
public function setHostname(?string $hostname): Context
{
if ($hostname === null) {
$this->removeCustomProperty('hostname');
Expand Down

0 comments on commit 26a7209

Please sign in to comment.