Skip to content

Commit

Permalink
Removed setPort()
Browse files Browse the repository at this point in the history
  • Loading branch information
jgniecki committed Aug 1, 2020
1 parent a834e12 commit 5d3ee73
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,6 @@ public function getPort(): int
return $this->port;
}

/**
* @param int $port
*/
public function setPort(int $port): void
{
$this->port = $port;
}

/**
* @return Query
*/
Expand Down

0 comments on commit 5d3ee73

Please sign in to comment.