From b1e27fd39f1ddd25be03bb3c71238d385b942cf0 Mon Sep 17 00:00:00 2001 From: Joshua Date: Wed, 17 Jan 2024 13:28:37 +0100 Subject: [PATCH] GIR-5932 IMP: fix params --- Model/Data/Site.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Model/Data/Site.php b/Model/Data/Site.php index 575d9f7..c02aa95 100644 --- a/Model/Data/Site.php +++ b/Model/Data/Site.php @@ -211,7 +211,7 @@ public function getBlogTitle(): ?string /** * Set blog_title - * @param string $apiPassword + * @param string $blogTitle * @return SiteInterface */ public function setBlogTitle(?string $blogTitle) @@ -231,7 +231,7 @@ public function getBlogPrefix(): ?string /** * Set blog_prefix - * @param string $apiPassword + * @param string $blogPrefix * @return SiteInterface */ public function setBlogPrefix(?string $blogPrefix)