diff --git a/Sitemap.php b/Sitemap.php index a15e78b..e7cde1c 100644 --- a/Sitemap.php +++ b/Sitemap.php @@ -43,6 +43,7 @@ public function __construct($domain) { * Sets root path of the website, starting with http:// or https:// * * @param string $domain + * @return Sitemap */ public function setDomain($domain) { $this->domain = $domain;