chore: Добавлены аннотации к типам
This commit is contained in:
parent
48269bd424
commit
ad920f656c
14 changed files with 127 additions and 127 deletions
|
|
@ -11,7 +11,10 @@ class Url {
|
|||
$this->parent = $parent;
|
||||
}
|
||||
|
||||
function setQuery($parts): void {
|
||||
/**
|
||||
* @param string[] $parts
|
||||
*/
|
||||
function setQuery(array $parts): void {
|
||||
$this->parts = $parts;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue