Skip to content

Commit ba65d32

Browse files
committed
[TASK] Add native type declarations in URL
Part of #811
1 parent 34ebb96 commit ba65d32

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Value/URL.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,7 @@ public function setURL(CSSString $url): void
6868
$this->url = $url;
6969
}
7070

71-
/**
72-
* @return CSSString
73-
*/
74-
public function getURL()
71+
public function getURL(): CSSString
7572
{
7673
return $this->url;
7774
}

0 commit comments

Comments
 (0)