Update LocalArticleManager.php

This commit is contained in:
2026-05-29 13:04:59 +02:00
parent 246a2a856c
commit ed1815b78e
+1 -1
View File
@@ -45,7 +45,7 @@ class LocalArticleManager implements ArticleManagerDAO {
); );
} }
public function addArticle($title, $content, $author, $category, $tags) public function addArticle(string $title, string $content, string $author, string $category, string $tags)
{ {
$articles = $this->getAllArticles(); $articles = $this->getAllArticles();