Skip to content

Commit

Permalink
GIR-5932 IMP: fix params
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua committed Jan 17, 2024
1 parent 08e1dc8 commit b1e27fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Model/Data/Site.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ public function getBlogTitle(): ?string

/**
* Set blog_title
* @param string $apiPassword
* @param string $blogTitle
* @return SiteInterface
*/
public function setBlogTitle(?string $blogTitle)
Expand All @@ -231,7 +231,7 @@ public function getBlogPrefix(): ?string

/**
* Set blog_prefix
* @param string $apiPassword
* @param string $blogPrefix
* @return SiteInterface
*/
public function setBlogPrefix(?string $blogPrefix)
Expand Down

0 comments on commit b1e27fd

Please sign in to comment.