File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ public function getEnableBlogCategories(): ?bool;
149149 * @param bool $enableBlogCategories
150150 * @return SiteInterface
151151 */
152- public function setEnableBlogCategories (?bool $ enableBlogCategories );
152+ public function setEnableBlogCategories (?bool $ enableBlogCategories ): SiteInterface ;
153153
154154 /**
155155 * Get blog_prefix
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ public function getEnableBlogCategories(): ?bool
195195 * @param bool $enableBlogCategories
196196 * @return SiteInterface
197197 */
198- public function setEnableBlogCategories (?bool $ enableBlogCategories )
198+ public function setEnableBlogCategories (?bool $ enableBlogCategories ): SiteInterface
199199 {
200200 return $ this ->setData (self ::ENABLE_BLOG_CATEGORIES , $ enableBlogCategories );
201201 }
You can’t perform that action at this time.
0 commit comments