Skip to content

Commit dd614e6

Browse files
wouterjnicolas-grekas
authored andcommitted
Add remaining missing return types to safe methods
1 parent a098a3f commit dd614e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Transport/Dsn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function getPort(int $default = null): ?int
8282
return $this->port ?? $default;
8383
}
8484

85-
public function getOption(string $key, mixed $default = null)
85+
public function getOption(string $key, mixed $default = null): mixed
8686
{
8787
return $this->options[$key] ?? $default;
8888
}

0 commit comments

Comments
 (0)