Commit e6c67bfe authored by Dominique Feyer's avatar Dominique Feyer
Browse files

[TASK] Add missing PHP doc

parent a7fec499
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -75,6 +75,9 @@ class SitemapDefinition {
        return $this->presets[$this->presetName];
    }

    /**
     * @return string
     */
    public function getPath() {
        return $this->getPreset()['path'];
    }