Merge branch 'php8' of https://git.edu.yar.ru/libs/phplibrary into php8
This commit is contained in:
commit
69370bdf38
2 changed files with 3 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ class Url {
|
|||
$this->parts = $parts;
|
||||
}
|
||||
|
||||
function addQueryParam(string $key, string $value): void {
|
||||
function addQueryParam(string $key, ?string $value): void {
|
||||
$this->parts[$key] = $value;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue