all the types

This commit is contained in:
Robin Appelman 2021-03-09 20:14:31 +01:00
commit 84fa890ea7
28 changed files with 330 additions and 110 deletions

View file

@ -34,7 +34,7 @@ class Options implements IOptions {
return $this->timeout;
}
public function setTimeout(int $timeout) {
public function setTimeout(int $timeout): void {
$this->timeout = $timeout;
}